CINXE.COM
CSS Working Group Editor Drafts
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang='en'><head><meta content='text/html; charset=utf-8' http-equiv='Content-Type'><title>CSS Working Group Editor Drafts</title><link href='/local/img/cssicon.png' rel='icon' type='image/png'><link href='/core/stylesheets/base.css' rel='stylesheet' type='text/css'><link href='/core/stylesheets/system.css' rel='stylesheet' type='text/css'><link href='/stylesheets/drafts.css' rel='stylesheet' type='text/css'><style type='text/css'><!-- .body img { float: left; margin-right: 1em; } .warning { color: #08F; font-weight: bold; } .link-error { color: #AA0; font-wieght: bold; } .error { color: #D00; font-weight: bold; } --></style><link href='/stylesheets/historypage.css' rel='stylesheet' type='text/css'><script nonce='yFnxaLZ1DbkF3wBZ7qVmigdpIZsAmrkodo4Y7bz6WRk=' type='text/javascript'><!-- var gCookieDomain=".drafts.csswg.org";var gCookiePath="\/";var gCookiePrefix="drafts_";var gUserId=false;if(!Array.indexOf){Array.prototype.indexOf=function(obj){for(var index=0;index<this.length;index++){if(this[index]==obj){return index;}}return-1;}}try{if(1!=Node.ELEMENT_NODE){throw true;}}catch(exc){var Node={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3};}var system={mAPIXHR:null,mAPITimer:null,mAPIQueue:[],commonPrefix:function(string1,string2){var prefix='';var length=((string1.length<string2.length)?string1.length:string2.length);var index=-1;while((++index<length)&(string1[index]==string2[index])){prefix+=string1[index];}return prefix;},getCookie:function(name){var cookies=document.cookie.split(';');name+='=';var prefixedName=gCookiePrefix+name;for(var index=0;index<cookies.length;index++){cookie=cookies[index].trim();if(prefixedName==cookie.substring(0,prefixedName.length)){return unescape(cookie.substring(prefixedName.length));}if(name==cookie.substring(0,name.length)){return unescape(cookie.substring(name.length));}}return null;},setCookie:function(name,value){if(null==value){var expDate=new Date();expDate.setDate(expDate.getDate()-1);document.cookie=gCookiePrefix+name+'=; expires='+expDate.toGMTString()+'; '+'domain='+gCookieDomain+'; path='+gCookiePath;}else{document.cookie=gCookiePrefix+name+'='+escape(value)+'; expires=0; '+'domain='+gCookieDomain+'; path='+gCookiePath;}},hasClass:function(element,className){if(element&&('className'in element)){var classes=element.className.split(' ');if(-1<classes.indexOf(className)){return true;}}return false;},addClass:function(element,className){if(element){var classes=(('className'in element)?element.className.split(' '):new Array());if(-1==classes.indexOf(className)){classes.push(className);element.className=classes.join(' ');}}},removeClass:function(element,className){if(element){var classes=(('className'in element)?element.className.split(' '):new Array());var index;while(-1<(index=classes.indexOf(className))){classes.splice(index,1);}element.className=classes.join(' ');}},findChildWithClass:function(element,className){if(element){var children=element.children;if(children){for(var index=0;index<children.length;index++){var child=children[index];if((child.nodeType==Node.ELEMENT_NODE)&&this.hasClass(child,className)){return child;}}}}return null;},getFirstElementChild:function(element){if(element){var children=element.children;for(var index=0;index<children.length;index++){var child=children[index];if(child.nodeType==Node.ELEMENT_NODE){return child;}}}return null;},iterateElementChildren:function(element,callback){if(element){var children=Array();for(var index=0;index<element.children.length;index++){var child=element.children[index];if(child.nodeType==Node.ELEMENT_NODE){children.push(child);}}for(var index=0;index<children.length;index++){var child=children[index];var result=callback(child,index);if(result){return result;}}}return false;},isLoggedIn:function(){var login=document.getElementById('login');return(login&&this.hasClass(login,'loggedin'));},toggleLoginMenu:function(){var login=document.getElementById('login');if(login){if(this.hasClass(login,'open')){this.removeClass(login,'open');}else{this.addClass(login,'open');}}},updatePageURI:function(uri){var login=document.getElementById('login');if(login){var a=system.createElement('a',{'href':uri});uri=a.pathname;system.iterateElementChildren(login,function(div,index){system.iterateElementChildren(div,function(item,index){if(item.hasAttribute('href')){var href=item.getAttribute('href');var index=href.indexOf('/return/');if(0<=index){var prefix=system.commonPrefix(uri,item.pathname);item.setAttribute('href',href.substring(0,index)+'/return/'+uri.substring(prefix.length));}}});});}},createProgressIcon:function(){var progress=this.createElement('span',{'class':'progress p1'});progress.setAttribute('data-timer',setInterval(function(){var state=progress.className.slice(-1);state=(state-0+1)%8;progress.className='progress p'+state;},125));return progress;},removeProgressIcon:function(progress){if(progress){clearInterval(progress.getAttribute('data-timer')-0);if(progress.parentNode){progress.parentNode.removeChild(progress);}}},addLoadEvent:function(onLoad){try{var oldOnLoad=window.onload;if('function'!=typeof(window.onload)){window.onload=onLoad;}else{window.onload=function(){if(oldOnLoad){oldOnLoad();}onLoad();}}}catch(err){}},createElement:function(tagName,attrs,textContent){var element=document.createElement(tagName);if(attrs){for(attr in attrs){if(attrs.hasOwnProperty(attr)){if('id'==attr){element.id=attrs.id;}else if('className'==attr){element.className=attrs.className;}else if(attrs[attr]){element.setAttribute(attr,attrs[attr]);}}}}if(textContent){element.textContent=textContent;}return element;},emptyElement:function(element){if(element){while(element.lastChild){element.removeChild(element.lastChild);}}},addFormData:function(form,name,value){if(form){var hidden=this.createElement('input',{'type':'hidden','name':name,'value':value});form.appendChild(hidden);}},addUserHyperLink:function(parent,user){var userName=(user&&user.name ?((user.name.toLowerCase()==user.full_name.toLowerCase())?user.full_name:user.name):'Anonymous User');var title=(user&&user.full_name&&user.name&&(user.full_name.toLowerCase()!=user.name.toLowerCase())?user.full_name:'');var email=(user&&user.email&&user.display_email ?user.email:'');var uri=(user&&user.uri ?user.uri:'');if(email){parent.appendChild(this.createElement('a',{'href':'mailto:'+email,'title':title},userName));}else if(uri){parent.appendChild(this.createElement('a',{'href':uri,'title':title},userName));}else{parent.appendChild(this.createElement('span',{'title':title},userName));}},_processAPIQueue:function(){var call=this.mAPIQueue.shift();if(call){if(!this.mAPIXHR){this.mAPIXHR=new XMLHttpRequest();}this.mAPIXHR.onreadystatechange=function(){if(4==system.mAPIXHR.readyState){if(call.callback){var response=false;try{if('json'==call.type){response=JSON.parse(system.mAPIXHR.responseText);}else if('xml'==call.type){response=system.mAPIXHR.responseXML.documentElement}}catch(err){}try{call.callback(system.mAPIXHR.status,response);}catch(err){if(call.progress){system.removeProgressIcon(call.progress);}throw err;}}if(call.progress){system.removeProgressIcon(call.progress);}this.mAPITimer=setTimeout(function(){system._processAPIQueue()},10);}};try{this.mAPIXHR.open(call.method,call.uri,true);if(call.callback){this.mAPIXHR.setRequestHeader('Accept','application/json');}if('POST'==call.method){this.mAPIXHR.setRequestHeader('Content-type','application/x-www-form-urlencoded');this.mAPIXHR.setRequestHeader('Content-length',call.data.length);}if('xml'==call.type){this.mAPIXHR.responseType='document';}else{this.mAPIXHR.responseType='';}this.mAPIXHR.send(call.data);}catch(err){if(call.progress){system.removeProgressIcon(call.progress);}this.mAPITimer=setTimeout(function(){system._processAPIQueue()},10);throw err;}}else{this.mAPITimer=null;}},callAPI:function(method,uri,data,type,callback,progressTarget,priority){var progress=null;if(progressTarget){progress=this.createProgressIcon();progressTarget.parentNode.insertBefore(progress,progressTarget.nextSibling);}var call={method:method,uri:uri,type:type,data:data,callback:callback,progress:progress};if(priority){this.mAPIQueue.unshift(call);}else{this.mAPIQueue.push(call);}if(null===this.mAPITimer){this.mAPITimer=setTimeout(function(){system._processAPIQueue()},10);}},encodeParams:function(params,arrayName){var paramString='';for(param in params){if(params.hasOwnProperty(param)){if(paramString){paramString+='&';}var name=param;if(arrayName){name=arrayName+'['+param+']';}if(Array.isArray(params[param])){for(var index=0;index<params[param].length;index++){paramString+=name+'[]='+params[param][index];}}else if('object'==typeof(params[param])){paramString+=this.encodeParams(params[param],param);}else if('boolean'==typeof(params[param])){paramString+=name+'='+(params[param]+0);}else{paramString+=name+'='+encodeURIComponent(params[param]);}}}return paramString;},getXML:function(uri,params,callback,progressTarget,priority){if(null==params){params={};}var paramString=this.encodeParams(params);this.callAPI('GET',uri+'?'+paramString,null,'xml',callback,progressTarget,priority);},callAPIGet:function(uri,params,callback,progressTarget,priority){if(null==params){params={};}var loginKey=this.getCookie('loginkey');if(loginKey){params.loginkey=loginKey;}var paramString=this.encodeParams(params);this.callAPI('GET',uri+'?'+paramString,null,'json',callback,progressTarget,priority);},callAPIPost:function(uri,params,callback,progressTarget,priority){if(null==params){params={};}var loginKey=this.getCookie('loginkey');if(loginKey){params.loginkey=loginKey;}var data=this.encodeParams(params);this.callAPI('POST',uri,data,'json',callback,progressTarget,priority);},abortAPICall:function(){if(this.mAPIXHR){if((4!=this.mAPIXHR.readyState)&&(0!=this.mAPIXHR.readyState)){this.mAPIXHR.abort();}}},setMenuAlert:function(menuId,state){var menuLink=document.getElementById(menuId);if(menuLink){if(state){if(!this.hasClass(menuLink,'alert')){var icon=this.createElement('span',{'class':'icon alert','style':'top: -14px ! important'});menuLink.appendChild(icon);this.addClass(menuLink,'alert');setTimeout(function(){icon.setAttribute('style','top: '+(menuLink.offsetTop+3)+'px');},100);}}else{if(this.hasClass(menuLink,'alert')){var icon=menuLink.lastChild;icon.setAttribute('style','top: -14px ! important');this.removeClass(menuLink,'alert');setTimeout(function(){menuLink.removeChild(icon);},500);}}}}}; // --></script><script nonce='yFnxaLZ1DbkF3wBZ7qVmigdpIZsAmrkodo4Y7bz6WRk=' type='text/javascript'><!-- var gUserRole=null;var gSystemAPIURI="\/api\/system\/";Stream=function(uri,params,callback){this.xhr=new XMLHttpRequest();this.callback=callback;this.persist=false;if(!params){params={};}var loginKey=system.getCookie('loginkey');if(loginKey){params['loginkey']=loginKey;}params['stream']=++this.gStreamId;this.uri=(params ?uri+'?'+system.encodeParams(params):uri);var stream=this;this.xhr.onreadystatechange=function(){if((200==stream.xhr.status)&&((3==stream.xhr.readyState)||(4==stream.xhr.readyState))){var message=stream.xhr.responseText.substring(stream.processed);if(-1!=message.indexOf("\uEE00\uEEFF\uEE00")){var messages=message.split("\uEE00\uEEFF\uEE00");for(var index=0;index<(messages.length-1);index++){message=messages[index];stream.processed+=(message.length+3);try{response=JSON.parse(message.trim());}catch(err){console.log("stream parse error: "+message.trim());console.log(err);continue;}stream.callback(response.message,response.data);}}if(4==stream.xhr.readyState){if(stream.persist&&(!stream.closed)){setTimeout(function(){if(!stream.closed){stream.connect();}},10);}stream.closed=true;}}};this.connect();return this;};Stream.prototype={gStreamId:Math.floor(Math.random()*0xFFFFFFFF),connect:function(){this.processed=0;this.closed=false;this.xhr.open('GET',this.uri,true);this.xhr.setRequestHeader('Accept','application/json');this.xhr.send();},close:function(){this.closed=true;if((4!=this.xhr.readyState)&&(0!=this.xhr.readyState)){this.xhr.abort();}},setTimeout:function(callback,timeoutMS){this.xhr.timeout=timeoutMS;var stream=this;this.xhr.ontimeout=function(){stream.closed=true;callback(stream);};},}; // --></script><script nonce='yFnxaLZ1DbkF3wBZ7qVmigdpIZsAmrkodo4Y7bz6WRk=' type='text/javascript'><!-- // --></script><script nonce='yFnxaLZ1DbkF3wBZ7qVmigdpIZsAmrkodo4Y7bz6WRk=' type='text/javascript'><!-- var gDraftAPIURI="https:\/\/drafts.csswg.org\/api\/drafts\/";var gRepo="csswg";var gDate=false;var gBranch=null;var gHead=null;var gRepoPath="css-overflow-4\/Overview.bs";var gPage=1;var gUpdateStream=null;function updateTBody(tbody,data){return system.iterateElementChildren(tbody,function(tr,rowIndex){if(tr.getAttribute('data-revised-hash')==data.revised_changeset.hash){var icon=tr.lastElementChild.lastElementChild;icon.className=data.type+' '+data.status;return true;}});}function updateTable(table,data){return system.iterateElementChildren(table,function(tbody,tbodyIndex){if('TBODY'==tbody.tagName){return updateTBody(tbody,data);}});}function updateDraft(message,data){if('revised'==data.revision_status){var historyTable=document.getElementById('history_table');if(!updateTable(historyTable,data)){if((1==gPage)&&(data.source_path.split('/').length<=2)){window.location.reload();}}}}function startStream(){gUpdateStream=new Stream(gDraftAPIURI,{'repo':gRepo,'date':gDate,'branch':gBranch,'head':gHead,'path':gRepoPath},updateDraft);gUpdateStream.persist=true;}function setupPage(){startStream();}system.addLoadEvent(setupPage); // --></script></head><body><div class='header'><div class='logo'><a href='http://www.w3.org/' rel='home'><img alt='W3C' src='/core/img/logo-w3c-screen-sm.png'></a></div><div class='login' id='login'><div><a href='/login/return/history/css-overflow-4/'>Login</a></div></div><p class='nav'><a href='/'>Home</a><a href='/css-overflow-4/'>Home</a><a>History</a></p><div class='mini_nav'><span class='icon button first disabled'></span><span class='icon button prev disabled'></span><span>Page 1 of 1</span><span class='icon button next disabled'></span><span class='icon button last disabled'></span></div><h1 id='title'>CSS Working Group Editor Drafts</h1></div><div class='body'><h3>History for css-overflow-4/Overview.html:</h3><table class='list tbody' id='history_table'><thead><tr><th>Uploaded</th><th>Revised</th><th>By</th><th>Comment</th><th></th></tr></thead><tbody><th colspan='5'>2025-01-28</th><tr data-revised-hash='b68653a977384472b78d5d5ae286ffa4d5d92e5a'><td><a href='/date/2025-01-28T18:45:23/css-overflow-4/'>18:45:23 PST</a></td><td>2025-01-28 18:43:29 PST</td><td><a href='https://dbaron.org/'>dbaron</a></td><td>Fix some mismatched tag and metadata errors. This fixes some mismatched tag and metadata errors (and a few other things) that have recently become bikeshed errors and were preventing these specs from generating without ignoring fatal errors.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b68653a977384472b78d5d5ae286ffa4d5d92e5a/css-overflow-4/Overview.bs'></a><a class='bikeshed link-error' href='/date/2025-01-28T18:45:23/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-12-03</th><tr data-revised-hash='5d122debbe1fd4d7092f1923e0f0960fef9e227a'><td><a href='/date/2024-12-03T01:35:43/css-overflow-4/'>01:35:43 PST</a></td><td>2024-12-03 01:35:22 PST</td><td><span title='Andreu Botella'>andreubotella</span></td><td>Update css-overflow-4/Overview.bs Co-authored-by: Florian Rivoal <git@florian.rivoal.net></td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/5d122debbe1fd4d7092f1923e0f0960fef9e227a/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2024-12-03T01:35:43/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='778af16f35c5720393b463d6d936a1e89d62739e'><td><a href='/date/2024-12-03T01:10:40/css-overflow-4/'>01:10:40 PST</a></td><td>2024-12-03 01:10:19 PST</td><td><span title='Andreu Botella'>andreubotella</span></td><td>Apply suggestions from code review Co-authored-by: Florian Rivoal <git@florian.rivoal.net></td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/778af16f35c5720393b463d6d936a1e89d62739e/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2024-12-03T01:10:40/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-11-03</th><tr data-revised-hash='e174a50ddd12796a46374b4022375dc8fcd2679e'><td><a href='/date/2024-11-03T23:41:30/css-overflow-4/'>23:41:30 PST</a></td><td>2024-11-03 23:41:09 PST</td><td><span>Guillaume</span></td><td>[css-overflow-4][css-page-floats-3][editorial] Syntax simplification (#11130)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/e174a50ddd12796a46374b4022375dc8fcd2679e/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-11-03T23:41:30/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='2fb7f4d8dba60f039a8460069257e0d05db7707a'><td><a href='/date/2024-11-03T19:06:26/css-overflow-4/'>19:06:26 PST</a></td><td>2024-11-03 19:05:38 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Fix markup typo</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2fb7f4d8dba60f039a8460069257e0d05db7707a/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-11-03T19:06:26/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='78d419746cc752847164f01e07e154ca97ff9c9c'><td><a href='/date/2024-11-03T18:31:46/css-overflow-4/'>18:31:46 PST</a></td><td>2024-11-03 18:31:02 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Markup fix</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/78d419746cc752847164f01e07e154ca97ff9c9c/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-11-03T18:31:46/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-10-03</th><tr data-revised-hash='c10bc56bc483d5ffb78e3599ed2b2980eeb18e56'><td><a href='/date/2024-10-03T16:40:50/css-overflow-4/'>16:40:50 PDT</a></td><td>2024-10-03 16:36:34 PDT</td><td><span title='Andreu Botella'>andreubotella</span></td><td>Update to only allow clamping after a line</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c10bc56bc483d5ffb78e3599ed2b2980eeb18e56/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2024-10-03T16:40:50/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-09-20</th><tr data-revised-hash='592ce42b09ac29e7d734ed8d7d184874b6a38d6b'><td><a href='/date/2024-09-20T10:48:18/css-overflow-4/'>10:48:18 PDT</a></td><td>2024-09-20 10:47:55 PDT</td><td><span title='Andreu Botella'>andreubotella</span></td><td>Merge branch 'main' into continue-collapse</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/592ce42b09ac29e7d734ed8d7d184874b6a38d6b/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-09-20T10:48:18/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-09-14</th><tr data-revised-hash='b8bd8905875de3eeb308c1ed3631e377ff654861'><td><a href='/date/2024-09-14T16:26:14/css-overflow-4/'>16:26:14 PDT</a></td><td>2024-09-14 16:25:50 PDT</td><td><span title='Andreu Botella'>andreubotella</span></td><td>Clarification about float clearance in the automatic block size</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b8bd8905875de3eeb308c1ed3631e377ff654861/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-09-14T16:26:14/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-09-10</th><tr data-revised-hash='3bf04e864e7e10c07e1377c426f89ea8ebdcd718'><td><a href='/date/2024-09-10T00:07:47/css-overflow-4/'>00:07:47 PDT</a></td><td>2024-09-10 00:07:12 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] Fix typo</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/3bf04e864e7e10c07e1377c426f89ea8ebdcd718/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-09-10T00:07:47/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-09-02</th><tr data-revised-hash='2aabc54504ba68044bd348c4913da5f8d5bbc8a4'><td><a href='/date/2024-09-02T04:59:12/css-overflow-4/'>04:59:12 PDT</a></td><td>2024-09-02 04:57:00 PDT</td><td><span title='Andreu Botella'>andreubotella</span></td><td>[css-overflow-4] Draft spec for `continue: collapse` (#7708)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2aabc54504ba68044bd348c4913da5f8d5bbc8a4/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-09-02T04:59:12/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='d29c247257d3a3fdc3e0b92c82006579f735574e'><td><a href='/date/2024-09-02T01:13:16/css-overflow-4/'>01:13:16 PDT</a></td><td>2024-09-02 01:12:12 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>Fix incomplete/incorrect edit Part of https://github.com/w3c/csswg-drafts/issues/10435</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d29c247257d3a3fdc3e0b92c82006579f735574e/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-09-02T01:13:16/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-08-30</th><tr data-revised-hash='db4f8524c80171a2f06198ba54a7fa6cfc967082'><td><a href='/date/2024-08-30T02:13:20/css-overflow-4/'>02:13:20 PDT</a></td><td>2024-08-30 02:12:08 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] blockification of -webkit-box happens at computed value time See #10435</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/db4f8524c80171a2f06198ba54a7fa6cfc967082/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-08-30T02:13:20/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-06-14</th><tr data-revised-hash='d409ab3ffb0a0dce0a94e8d4c2596043b4857fad'><td><a href='/date/2024-06-14T11:17:28/css-overflow-4/'>11:17:28 PDT</a></td><td>2024-06-14 11:10:55 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Adjust handling of -webkit-box and -webkit-box-orient See https://github.com/w3c/csswg-drafts/issues/10324</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d409ab3ffb0a0dce0a94e8d4c2596043b4857fad/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-06-14T11:17:28/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='673593baf4e7c3fdedba4ed3cdd8c5ec830b4bb2'><td><a href='/date/2024-06-14T10:22:58/css-overflow-4/'>10:22:58 PDT</a></td><td>2024-06-14 10:19:16 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Update changelog</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/673593baf4e7c3fdedba4ed3cdd8c5ec830b4bb2/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-06-14T10:22:58/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='51c56d6c6c792a3899f8f5b8cf9f81e067d414ec'><td><a href='/date/2024-06-14T10:11:56/css-overflow-4/'>10:11:56 PDT</a></td><td>2024-06-14 10:08:27 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] continue:discard makes the box establish an IFC See https://github.com/w3c/csswg-drafts/issues/10323</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/51c56d6c6c792a3899f8f5b8cf9f81e067d414ec/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-06-14T10:11:56/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-06-10</th><tr data-revised-hash='e594a6174c1af8c7602c7d379ce9cc872ef79f8a'><td><a href='/date/2024-06-10T11:05:38/css-overflow-4/'>11:05:38 PDT</a></td><td>2024-06-10 11:05:16 PDT</td><td><span title='Rob Flack'>flackr</span></td><td>[css-overflow-5] Start css-overflow-5 spec (#10417) Per the resolution in #9745, this starts the css-overflow-5 spec, initially moving over the fragmentation appendix from css-overflow-4 into it.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/e594a6174c1af8c7602c7d379ce9cc872ef79f8a/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2024-06-10T11:05:38/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-02-25</th><tr data-revised-hash='52d776ebbd5e262e49e1689b704163c8fd1c9f3b'><td><a href='/date/2024-02-25T18:14:45/css-overflow-4/'>18:14:45 PST</a></td><td>2024-02-25 18:12:18 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Adjust the syntax of the line-clamp property See #9368</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/52d776ebbd5e262e49e1689b704163c8fd1c9f3b/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-02-25T18:14:45/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-02-18</th><tr data-revised-hash='654894d21f6e24b1b091ff04bb1382c03e7d209d'><td><a href='/date/2024-02-18T23:39:29/css-overflow-4/'>23:39:29 PST</a></td><td>2024-02-18 23:38:48 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Drop scrollbar-gutter: force Closes #9815</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/654894d21f6e24b1b091ff04bb1382c03e7d209d/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-02-18T23:39:29/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-12-11</th><tr data-revised-hash='f92e8ec1b7be7f4dbe50ef7ba89318d16326b654'><td><a href='/date/2023-12-11T13:53:11/css-overflow-4/'>13:53:11 PST</a></td><td>2023-09-17 13:50:02 PDT</td><td><span title='Sebastian Zartner'>SebastianZ</span></td><td>[css-overflow-4] Rephrased description of `max-lines` to avoid double negative</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f92e8ec1b7be7f4dbe50ef7ba89318d16326b654/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-12-11T13:53:11/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='f92e8ec1b7be7f4dbe50ef7ba89318d16326b654'><td><a href='/date/2023-12-11T13:53:11/css-overflow-4/'>13:53:11 PST</a></td><td>2023-09-17 13:50:02 PDT</td><td><span title='Sebastian Zartner'>SebastianZ</span></td><td>[css-overflow-4] Rephrased description of `max-lines` to avoid double negative</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f92e8ec1b7be7f4dbe50ef7ba89318d16326b654/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-12-11T13:53:11/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='f92e8ec1b7be7f4dbe50ef7ba89318d16326b654'><td><a href='/date/2023-12-11T13:53:11/css-overflow-4/'>13:53:11 PST</a></td><td>2023-09-17 13:50:02 PDT</td><td><span title='Sebastian Zartner'>SebastianZ</span></td><td>[css-overflow-4] Rephrased description of `max-lines` to avoid double negative</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f92e8ec1b7be7f4dbe50ef7ba89318d16326b654/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-12-11T13:53:11/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-01-21</th><tr data-revised-hash='bca6bb5b79cf45caaf4a4f0f63359c45180ea18c'><td><a href='/date/2024-01-21T23:24:44/css-overflow-4/'>23:24:44 PST</a></td><td>2024-01-21 23:23:36 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] allow line-clamp shorthand syntax to omitting max-lines value See https://github.com/w3c/csswg-drafts/issues/9368</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/bca6bb5b79cf45caaf4a4f0f63359c45180ea18c/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-01-21T23:24:44/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2024-01-17</th><tr data-revised-hash='367cd171126ca9388b631a1e1316fa5b8d3e5ee7'><td><a href='/date/2024-01-17T22:31:36/css-overflow-4/'>22:31:36 PST</a></td><td>2024-01-17 22:30:35 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] delete stray text in example</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/367cd171126ca9388b631a1e1316fa5b8d3e5ee7/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2024-01-17T22:31:36/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-05-07</th><tr data-revised-hash='cbc990b67d7eaac2ecba75c499cbd7589f72b993'><td><a href='/date/2023-05-07T21:39:40/css-overflow-4/'>21:39:40 PDT</a></td><td>2023-03-21 12:15:51 PDT</td><td><span>fantasai</span></td><td>[css-overflow] update abstract, fix markup</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/cbc990b67d7eaac2ecba75c499cbd7589f72b993/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-05-07T21:39:40/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-03-03</th><tr data-revised-hash='6bb3d659ee12aa0f434385900dc1e8bc1d83eb9e'><td><a href='/date/2023-03-03T14:55:58/css-overflow-4/'>14:55:58 PST</a></td><td>2023-03-03 12:37:39 PST</td><td><span>fantasai</span></td><td>[css-logical-1] Add "Logical property group" propdef table field See issue #2822, PR #7950</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6bb3d659ee12aa0f434385900dc1e8bc1d83eb9e/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2023-03-03T14:55:58/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-02-28</th><tr data-revised-hash='4d0b71cc6f4f44c450158569f581cec1835f2c0b'><td><a href='/date/2023-02-28T18:57:16/css-overflow-4/'>18:57:16 PST</a></td><td>2023-02-28 13:43:04 PST</td><td><span title='Sebastian Zartner'>SebastianZ</span></td><td>[css-overflow-4] Added limits to `line-clamp` and `-webkit-line-clamp` syntax (#8409)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/4d0b71cc6f4f44c450158569f581cec1835f2c0b/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2023-02-28T18:57:16/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-02-02</th><tr data-revised-hash='2ab506e0cae536b441652294dcd760c532dcea49'><td><a href='/date/2023-02-02T05:32:09/css-overflow-4/'>05:32:09 PST</a></td><td>2023-02-02 05:29:09 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] Move line-clamp and longhands from L3 to L4 Also move the rest of overflow fragmentation to an Appendix of L4 (expecting it to move to L5 when that exists), and reduce some redundancy. See #8271</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2ab506e0cae536b441652294dcd760c532dcea49/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-02-02T05:32:09/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-02-01</th><tr data-revised-hash='586e9bd641dd391955b64570fb5a1a90995dd980'><td><a href='/date/2023-02-01T16:39:18/css-overflow-4/'>16:39:18 PST</a></td><td>2023-02-01 16:37:13 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] Move overflow framgents to an appendix See #8271</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/586e9bd641dd391955b64570fb5a1a90995dd980/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-02-01T16:39:18/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2023-01-15</th><tr data-revised-hash='286afcc27c6f6a4ba36b664430726bbe7f997de2'><td><a href='/date/2023-01-15T18:20:34/css-overflow-4/'>18:20:34 PST</a></td><td>2023-01-15 18:19:44 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Bikshed fixes</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/286afcc27c6f6a4ba36b664430726bbe7f997de2/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-01-15T18:20:34/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2022-12-30</th><tr data-revised-hash='f336fb4caae3d091b15c1133252e033da923e590'><td><a href='/date/2022-12-30T22:42:55/css-overflow-4/'>22:42:55 PST</a></td><td>2022-12-30 22:42:30 PST</td><td><span>fantasai</span></td><td>[css-overflow-4][editorial] Fix markup error</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f336fb4caae3d091b15c1133252e033da923e590/css-overflow-4/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-30T22:42:55/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='a460cedaef08b683f560b147e62bb3a9758b040d'><td><a href='/date/2022-12-30T21:25:01/css-overflow-4/'>21:25:01 PST</a></td><td>2022-12-30 21:18:33 PST</td><td><span>fantasai</span></td><td>[css-overflow-3][css-overflow-4] Shift 'overflow' on replaced elements to L4 while details are being worked out. #7144</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/a460cedaef08b683f560b147e62bb3a9758b040d/css-overflow-4/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-30T21:25:01/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='82c6f89b166b9235ad2ed1044d4ef1a1138d5f7f'><td><a href='/date/2022-12-30T20:08:41/css-overflow-4/'>20:08:41 PST</a></td><td>2022-12-30 20:06:22 PST</td><td><span>fantasai</span></td><td>[css-overflow] Define module interactions</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/82c6f89b166b9235ad2ed1044d4ef1a1138d5f7f/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2022-12-30T20:08:41/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2022-11-22</th><tr data-revised-hash='da36b161305c63fc05bc1d19c65eef75b50ac8a7'><td><a href='/date/2022-11-22T15:31:33/css-overflow-4/'>15:31:33 PST</a></td><td>2022-11-22 15:24:55 PST</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-overflow-4][editorial] Remove duplicate old Animation line. Fixes #8115</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/da36b161305c63fc05bc1d19c65eef75b50ac8a7/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2022-11-22T15:31:33/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2022-08-10</th><tr data-revised-hash='e2529ecea52f1fbf028c12fad897635185d92721'><td><a href='/date/2022-08-10T07:44:56/css-overflow-4/'>07:44:56 PDT</a></td><td>2022-08-10 07:44:09 PDT</td><td><a href='https://dbaron.org/'>dbaron</a></td><td>[css-overflow-4] Add missing []. Fixes #7582.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/e2529ecea52f1fbf028c12fad897635185d92721/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2022-08-10T07:44:56/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2021-08-05</th><tr data-revised-hash='dc411604a9657449762dc00712a8f0ca13854c7a'><td><a href='/date/2021-08-05T02:45:21/css-overflow-4/'>02:45:21 PDT</a></td><td>2021-08-05 02:43:23 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] Move scrollbar-gutter from level 4 to level 3 As per https://logs.csswg.org/irc.w3.org/css/2021-08-04/#e1425617</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/dc411604a9657449762dc00712a8f0ca13854c7a/css-overflow-4/Overview.bs'></a><a class='bikeshed link-error' href='/date/2021-08-05T02:45:21/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2021-07-14</th><tr data-revised-hash='ccb6089380ccbbc6a59d13c0d4b1a8df7cc6c491'><td><a href='/date/2021-07-14T13:51:57/css-overflow-4/'>13:51:57 PDT</a></td><td>2021-07-14 13:51:07 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] rename "mirror" to "both-edges" See #6349</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/ccb6089380ccbbc6a59d13c0d4b1a8df7cc6c491/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2021-07-14T13:51:57/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2021-07-01</th><tr data-revised-hash='7eff34a8d317e18937003a49a82ee8e37cbec271'><td><a href='/date/2021-07-01T13:34:01/css-overflow-4/'>13:34:01 PDT</a></td><td>2021-07-01 13:33:18 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Fix markup typo</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7eff34a8d317e18937003a49a82ee8e37cbec271/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2021-07-01T13:34:01/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2021-06-17</th><tr data-revised-hash='96d2b0bb4bf026a0eba3ee1a974aa332af5f9d68'><td><a href='/date/2021-06-17T19:59:50/css-overflow-4/'>19:59:50 PDT</a></td><td>2021-06-17 19:58:34 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow] Propagate scrollbar-gutter to the viewport See #6079</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/96d2b0bb4bf026a0eba3ee1a974aa332af5f9d68/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2021-06-17T19:59:50/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2021-06-03</th><tr data-revised-hash='cb9a33a01ae90e422c0f83ab49008b195927a5d5'><td><a href='/date/2021-06-03T21:25:13/css-overflow-4/'>21:25:13 PDT</a></td><td>2021-06-03 21:21:40 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] rename ''both'' to ''mirror'' See #6349</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/cb9a33a01ae90e422c0f83ab49008b195927a5d5/css-overflow-4/Overview.bs'></a><a class='bikeshed warning' href='/date/2021-06-03T21:25:13/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2021-02-21</th><tr data-revised-hash='d311b4c7e39063d9f812d4b85bcf3d16c7ed9c38'><td><a href='/date/2021-02-21T23:27:15/css-overflow-4/'>23:27:15 PST</a></td><td>2021-02-21 23:26:51 PST</td><td><span>fantasai</span></td><td>fix: typos across specs (#5992)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d311b4c7e39063d9f812d4b85bcf3d16c7ed9c38/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2021-02-21T23:27:15/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2020-09-18</th><tr data-revised-hash='6184bac8cb021eb858f4ee36559aad2fc9790aa3'><td><a href='/date/2020-09-18T15:42:57/css-overflow-4/'>15:42:57 PDT</a></td><td>2020-09-18 14:48:54 PDT</td><td><span title='Sebastian Zartner'>SebastianZ</span></td><td>Removed duplicate "keywords" from Value Definitions section</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6184bac8cb021eb858f4ee36559aad2fc9790aa3/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2020-09-18T15:42:57/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2020-09-02</th><tr data-revised-hash='9ce211bf0c79f3a00ab18fe14397d8b69b8df913'><td><a href='/date/2020-09-02T16:34:35/css-overflow-4/'>16:34:35 PDT</a></td><td>2020-09-02 16:33:32 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Switch scrollbar-gutter to non inherited Closes #5231</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/9ce211bf0c79f3a00ab18fe14397d8b69b8df913/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2020-09-02T16:34:35/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2020-06-22</th><tr data-revised-hash='b0b8ed4018522aa5ea4ca8a9b2da2f8d1d1bdd42'><td><a href='/date/2020-06-22T22:26:36/css-overflow-4/'>22:26:36 PDT</a></td><td>2020-06-22 22:25:50 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Make note more readable (editorial)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b0b8ed4018522aa5ea4ca8a9b2da2f8d1d1bdd42/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-22T22:26:36/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr><tr data-revised-hash='727362cd2f74596851d952fc483e011b0cd4f198'><td><a href='/date/2020-06-22T22:18:27/css-overflow-4/'>22:18:27 PDT</a></td><td>2020-06-22 22:17:46 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-overflow-4] Bikeshed ambiguities resolution</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/727362cd2f74596851d952fc483e011b0cd4f198/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-22T22:18:27/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2020-01-16</th><tr data-revised-hash='fbc565e83f1ec2cf382c43e7931c533dc77e07cf'><td><a href='/date/2020-01-16T16:21:27/css-overflow-4/'>16:21:27 PST</a></td><td>2020-01-16 16:20:52 PST</td><td><span>fantasai</span></td><td>[meta] Align value definition reference across all specs. Use more obvious heading. Include link to definition syntax directly. #1397</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/fbc565e83f1ec2cf382c43e7931c533dc77e07cf/css-overflow-4/Overview.bs'></a><a class='bikeshed fatal' href='/date/2020-01-16T16:21:27/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2020-01-14</th><tr data-revised-hash='dc72bed4fafeb7a8fd1b7eec655446c380cd10e7'><td><a href='/date/2020-01-14T12:57:18/css-overflow-4/'>12:57:18 PST</a></td><td>2020-01-14 12:56:40 PST</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[various] Editorial link fixes (and some incidental ws fixes).</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/dc72bed4fafeb7a8fd1b7eec655446c380cd10e7/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2020-01-14T12:57:18/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2020-01-05</th><tr data-revised-hash='7c5b72f0f08bffe3d2debaf7bbc81482cd053bd5'><td><a href='/date/2020-01-05T23:47:44/css-overflow-4/'>23:47:44 PST</a></td><td>2020-01-05 23:47:24 PST</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>Fix typos in &lt; and &gt; html entities (#4644)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7c5b72f0f08bffe3d2debaf7bbc81482cd053bd5/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2020-01-05T23:47:44/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2019-09-09</th><tr data-revised-hash='72b78fdc2fd3f19349eca774b17199439316ff27'><td><a href='/date/2019-09-09T16:18:07/css-overflow-4/'>16:18:07 PDT</a></td><td>2019-09-09 13:16:04 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>Correct spelling of `id="scollbar-gutter-property"`</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/72b78fdc2fd3f19349eca774b17199439316ff27/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2019-09-09T16:18:07/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2018-09-26</th><tr data-revised-hash='3572cee95d05cd249bc20aee4fe25bd95fecef1b'><td><a href='/date/2018-09-26T02:15:53/css-overflow-4/'>02:15:53 PDT</a></td><td>2018-09-26 02:07:27 PDT</td><td><span>fantasai</span></td><td>[css-align-3][css-animations-1][css-animations-2][css-box-3][css-break-3][css-color-3][css-content-3][css-flexbox-1][cssgrid-1][css-images-3][css-images-4][css-inline-3][css-line-grid-1][css-lists-3][css-logical-1][css-overflow-3][css-page-3][css-page-floats-3][css-position-3][css-rhythm-1][css-round-display-1][css-ruby-1][css-scroll-snap-1][css-sizing-3][css-tables-3][css-text-3][css-text-4][css-text-decor-3][css-text-decor-4] Clean up Computed value and Animation type lines in propdef tables. 1st pass; CV lines might need some better wording tweaks.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/3572cee95d05cd249bc20aee4fe25bd95fecef1b/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2018-09-26T02:15:53/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2018-07-09</th><tr data-revised-hash='7bc539a42c9b06f675e3782f1ab2d0262e0fa9e7'><td><a href='/date/2018-07-09T23:26:30/css-overflow-4/'>23:26:30 PDT</a></td><td>2018-07-05 19:29:25 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>Drop the "Media:" entry from propdef tables Its meaning has never been defined properly, and it does not add useful information. This commit does not remove (correct) uses of Media:all, as these do have a meaning, and will be clarified in a later commit.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7bc539a42c9b06f675e3782f1ab2d0262e0fa9e7/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2018-07-09T23:26:30/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2018-07-01</th><tr data-revised-hash='0e1a4502132e3d95b3b04c1d227b3f760d1426ea'><td><a href='/date/2018-07-01T08:08:02/css-overflow-4/'>08:08:02 PDT</a></td><td>2018-07-01 05:57:48 PDT</td><td><a href='https://florian.rivoal.net'>florian</a></td><td>[css-ui][css-overflow] Move text-overflow from css-ui to css-overflow This means copying it from CSS-UI-3 (a REC) to css-overflow-3, and moving it from css-ui-4 to css-overflow-4. This is done to keep the definitions of text-overflow and block-overflow together. Closes #2745</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/0e1a4502132e3d95b3b04c1d227b3f760d1426ea/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2018-07-01T08:08:02/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2018-06-08</th><tr data-revised-hash='f76ae080ea8e6bcfb0d9dba26bbe03b4732c6616'><td><a href='/date/2018-06-08T15:29:43/css-overflow-4/'>15:29:43 PDT</a></td><td>2018-06-08 15:29:23 PDT</td><td><span>fantasai</span></td><td>[css-multicol-1][meta] Update other specs that refer to multi-column elements to refer to multi-column containers. Completes fix for #1965</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f76ae080ea8e6bcfb0d9dba26bbe03b4732c6616/css-overflow-4/Overview.bs'></a><a class='bikeshed link-error' href='/date/2018-06-08T15:29:43/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2017-11-09</th><tr data-revised-hash='22c9edc2d68b3ed8cfe65a52958ece5d2403284f'><td><a href='/date/2017-11-09T16:14:17/css-overflow-4/'>16:14:17 PST</a></td><td>2017-11-09 16:12:58 PST</td><td><a href='https://dbaron.org/'>dbaron</a></td><td>Add w3cid metadata for all editors. I got the uids from the "Edit status" links in https://www.w3.org/2000/09/dbwg/details?group=32061 and made the actual changes with a python script.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/22c9edc2d68b3ed8cfe65a52958ece5d2403284f/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2017-11-09T16:14:17/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2017-10-25</th><tr data-revised-hash='9f967f89e1c5ad75ce9f462e7efb9f78b5436663'><td><a href='/date/2017-10-25T17:09:17/css-overflow-4/'>17:09:17 PDT</a></td><td>2017-10-25 16:44:29 PDT</td><td><span title='Tantek Celik'>tantek_celik</span></td><td>Use Title: meta instead of explicit <h1></td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/9f967f89e1c5ad75ce9f462e7efb9f78b5436663/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2017-10-25T17:09:17/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody><tbody><th colspan='5'>2017-10-11</th><tr data-revised-hash='bed56e3512405c2bf53f66f5aa0068bf14313fbd'><td><a href='/date/2017-10-11T14:48:05/css-overflow-4/'>14:48:05 PDT</a></td><td>2017-10-11 14:47:55 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>THE GREAT NUMBERING - put all specs into numbered directories, per WG resolution, and use Shepherd to set which level is currently shown for the unleveled url.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/bed56e3512405c2bf53f66f5aa0068bf14313fbd/css-overflow-4/Overview.bs'></a><a class='bikeshed success' href='/date/2017-10-11T14:48:05/bikeshed/css-overflow-4/'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><g stroke="blue" stroke-width="6" fill="none"><path fill="blue" stroke="none" d="M 1 40 v -6 l 60 -32 v 6 z" /><circle cx="75" cy="79" r="15" /><circle fill="blue" stroke="none" cx="75" cy="79" r="4" /><path d="M 75 79 L 65 49 L 55 49" /><path d="M 67 55 L 48 69" /><path fill="blue" stroke="none" d="M 5 95 L 5 35 L 50 10 L 50 95"/></g></svg></a></td></tr></tbody></table></div><div class='footer'><div class='page_nav'><form accept-charset='utf-8' action='/history/css-overflow-4/' method='get'><input disabled type='submit' value='First'></form><form accept-charset='utf-8' action='/history/css-overflow-4/' method='get'><input disabled type='submit' value='Previous'></form><span>Page 1 of 1</span><form accept-charset='utf-8' action='/history/page/2/css-overflow-4/' method='get'><input disabled type='submit' value='Next'></form><form accept-charset='utf-8' action='/history/page/1/css-overflow-4/' method='get'><input disabled type='submit' value='Last'></form></div></div></body></html>