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='TS7dyz/sMwOuRtySU5oQhl91WxDoXruGqUTFhF7Ff+M=' 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='TS7dyz/sMwOuRtySU5oQhl91WxDoXruGqUTFhF7Ff+M=' 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='TS7dyz/sMwOuRtySU5oQhl91WxDoXruGqUTFhF7Ff+M=' type='text/javascript'><!-- // --></script><script nonce='TS7dyz/sMwOuRtySU5oQhl91WxDoXruGqUTFhF7Ff+M=' 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-cascade-6\/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-cascade-6/'>Login</a></div></div><p class='nav'><a href='/'>Home</a><a href='/css-cascade-6/'>Specification</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-cascade-6/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'>2024-11-07</th><tr data-revised-hash='866bb7b1159d6e1d58ec0c576667a5df52257603'><td><a href='/date/2024-11-07T16:34:09/css-cascade-6/'>16:34:09 PST</a></td><td>2024-11-07 16:33:48 PST</td><td><span>andruud</span></td><td>[@scope] Allow declarations directly within @scope (#11161)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/866bb7b1159d6e1d58ec0c576667a5df52257603/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2024-11-07T16:34:09/bikeshed/css-cascade-6/'><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='d5fe8f4b8382839562468b14a66e81d19c698e26'><td><a href='/date/2024-11-07T16:31:33/css-cascade-6/'>16:31:33 PST</a></td><td>2024-11-07 16:31:12 PST</td><td><span>andruud</span></td><td>[css-cascade-6] Silence &quot;multiple possible dfn&quot; warnings (#11162)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d5fe8f4b8382839562468b14a66e81d19c698e26/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2024-11-07T16:31:33/bikeshed/css-cascade-6/'><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-04</th><tr data-revised-hash='8f617d8bf435e9dbc8aad7b7fff9dd8de536359c'><td><a href='/date/2024-09-04T13:43:02/css-cascade-6/'>13:43:02 PDT</a></td><td>2024-09-04 13:41:29 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] :scope can match the featureless shadow host #9025</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/8f617d8bf435e9dbc8aad7b7fff9dd8de536359c/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2024-09-04T13:43:02/bikeshed/css-cascade-6/'><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-14</th><tr data-revised-hash='1e101b69064f72f769497558362bae025d8d321e'><td><a href='/date/2024-08-14T14:17:45/css-cascade-6/'>14:17:45 PDT</a></td><td>2024-08-14 14:17:18 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Scope start and end selectors are unforgiving #10042</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1e101b69064f72f769497558362bae025d8d321e/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2024-08-14T14:17:45/bikeshed/css-cascade-6/'><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='f12975fa702e34adc276d3bed620ae233eb71c0c'><td><a href='/date/2024-08-14T13:27:15/css-cascade-6/'>13:27:15 PDT</a></td><td>2024-08-14 13:26:48 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Shadowy preludeless scope rule is scoped to host #9178</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f12975fa702e34adc276d3bed620ae233eb71c0c/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2024-08-14T13:27:15/bikeshed/css-cascade-6/'><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='f0086c44054329599d7dab7c0b5010b871d3626b'><td><a href='/date/2023-12-11T13:53:11/css-cascade-6/'>13:53:11 PST</a></td><td>2023-08-28 12:44:59 PDT</td><td><span>fantasai</span></td><td>[meta] Affiliation change</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f0086c44054329599d7dab7c0b5010b871d3626b/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-12-11T13:53:11/bikeshed/css-cascade-6/'><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='1ab3b435cb4ea37780223426df7432d01f976cf1'><td><a href='/date/2023-12-11T13:53:11/css-cascade-6/'>13:53:11 PST</a></td><td>2023-12-11 12:38:47 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6][editorial] Replace source order with order of appearance</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1ab3b435cb4ea37780223426df7432d01f976cf1/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-12-11T13:53:11/bikeshed/css-cascade-6/'><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='f0086c44054329599d7dab7c0b5010b871d3626b'><td><a href='/date/2023-12-11T13:53:11/css-cascade-6/'>13:53:11 PST</a></td><td>2023-08-28 12:44:59 PDT</td><td><span>fantasai</span></td><td>[meta] Affiliation change</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f0086c44054329599d7dab7c0b5010b871d3626b/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-12-11T13:53:11/bikeshed/css-cascade-6/'><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-06-07</th><tr data-revised-hash='b72b7fa7bbaab8c7cdebf84b57d474898c35ba2f'><td><a href='/date/2023-06-07T08:02:17/css-cascade-6/'>08:02:17 PDT</a></td><td>2023-05-12 14:24:24 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[various][editorial] Update to the new parsing algo names and block production names.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b72b7fa7bbaab8c7cdebf84b57d474898c35ba2f/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-06-07T08:02:17/bikeshed/css-cascade-6/'><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='b77b01be3859ddcfaaea2b3bf9bba07d1d323960'><td><a href='/date/2023-05-07T21:39:40/css-cascade-6/'>21:39:40 PDT</a></td><td>2023-04-14 11:12:58 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Clarify nested scopes and scope proximity</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b77b01be3859ddcfaaea2b3bf9bba07d1d323960/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-05-07T21:39:40/bikeshed/css-cascade-6/'><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='005bf5df6f4d45873b63419f5663fce420c5d2d6'><td><a href='/date/2023-03-03T14:55:58/css-cascade-6/'>14:55:58 PST</a></td><td>2023-03-03 13:52:30 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6][editorial] Examples of relative syntax in scope</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/005bf5df6f4d45873b63419f5663fce420c5d2d6/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-03T14:55:58/bikeshed/css-cascade-6/'><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='4a6874905166de7bfeebf9b30c769902045c5470'><td><a href='/date/2023-03-03T12:25:19/css-cascade-6/'>12:25:19 PST</a></td><td>2023-03-03 12:24:18 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6][editorial] Add example of implicit scope root</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/4a6874905166de7bfeebf9b30c769902045c5470/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-03T12:25:19/bikeshed/css-cascade-6/'><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='c4b3e2a29cd5620492383886ca94324e887b26a1'><td><a href='/date/2023-03-03T12:10:30/css-cascade-6/'>12:10:30 PST</a></td><td>2023-03-03 12:10:03 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6][editorial] Reorganize and update examples</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c4b3e2a29cd5620492383886ca94324e887b26a1/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-03T12:10:30/bikeshed/css-cascade-6/'><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-02</th><tr data-revised-hash='c9db24f1920f8ab32d98733eb4c8fa5e9f257151'><td><a href='/date/2023-03-02T12:41:22/css-cascade-6/'>12:41:22 PST</a></td><td>2023-03-02 12:36:36 PST</td><td><span>fantasai</span></td><td>[css-cascade-6] Clarify @scope effects on :scope and &amp; #8377</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c9db24f1920f8ab32d98733eb4c8fa5e9f257151/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-02T12:41:22/bikeshed/css-cascade-6/'><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='bc03ee0625f32af67a6e519439fb50d32f877ef8'><td><a href='/date/2023-03-02T12:34:30/css-cascade-6/'>12:34:30 PST</a></td><td>2023-03-02 12:33:20 PST</td><td><span>fantasai</span></td><td>[css-cascade-6] Clarify that style rules within name-defining rules are still scoped.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/bc03ee0625f32af67a6e519439fb50d32f877ef8/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-03-02T12:34:30/bikeshed/css-cascade-6/'><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='00642f696e26063b8edc9b1d7b0f15092c1d80b8'><td><a href='/date/2023-03-02T12:33:04/css-cascade-6/'>12:33:04 PST</a></td><td>2023-03-02 12:10:16 PST</td><td><span>fantasai</span></td><td>[css-cascade-6] Refactor @scope section</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/00642f696e26063b8edc9b1d7b0f15092c1d80b8/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-03-02T12:33:04/bikeshed/css-cascade-6/'><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='cb8134fee73ae3f31cca4fbfcd2c4ddd9c6eda76'><td><a href='/date/2023-03-02T11:27:57/css-cascade-6/'>11:27:57 PST</a></td><td>2023-03-02 11:27:16 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6][editorial] Remove note as irrelevant to local context</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/cb8134fee73ae3f31cca4fbfcd2c4ddd9c6eda76/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-03-02T11:27:57/bikeshed/css-cascade-6/'><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='19784b6a94c1cb47281044ccf469edff02bd65e3'><td><a href='/date/2023-03-02T09:29:46/css-cascade-6/'>09:29:46 PST</a></td><td>2023-03-02 09:29:17 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Remove scope-prelude from specificity calculation #8500</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/19784b6a94c1cb47281044ccf469edff02bd65e3/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-03-02T09:29:46/bikeshed/css-cascade-6/'><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-22</th><tr data-revised-hash='1ab519d6940112801f175f29e461ae5d7eb7b983'><td><a href='/date/2023-02-22T08:40:53/css-cascade-6/'>08:40:53 PST</a></td><td>2023-02-22 08:40:30 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Add CSSScopeRule (#8468)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1ab519d6940112801f175f29e461ae5d7eb7b983/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-02-22T08:40:53/bikeshed/css-cascade-6/'><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-17</th><tr data-revised-hash='35ebdc896f83c3e0a5159ceb184672652fbd5485'><td><a href='/date/2023-02-17T12:29:47/css-cascade-6/'>12:29:47 PST</a></td><td>2023-02-17 12:28:54 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Fix link errors, etc (#8467)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/35ebdc896f83c3e0a5159ceb184672652fbd5485/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2023-02-17T12:29:47/bikeshed/css-cascade-6/'><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='77d8d11180085c393e189213b78de9e5f7ebd56f'><td><a href='/date/2023-02-17T12:28:34/css-cascade-6/'>12:28:34 PST</a></td><td>2023-02-17 12:28:12 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Support limits for implicit scopes (#8466) The grammar allowed this, but the prose did not.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/77d8d11180085c393e189213b78de9e5f7ebd56f/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-17T12:28:34/bikeshed/css-cascade-6/'><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='643956cc41dcd322b2962f5343e097c256f2d7ff'><td><a href='/date/2023-02-17T10:53:40/css-cascade-6/'>10:53:40 PST</a></td><td>2023-02-17 10:53:11 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Add implicit scopes (#8463) * [css-cascade-6] Add implicit scopes Resolves #6606. * Allow lower bounds when root is implicit --------- Co-authored-by: Miriam Suzanne &lt;miriam@oddbird.net&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/643956cc41dcd322b2962f5343e097c256f2d7ff/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-17T10:53:40/bikeshed/css-cascade-6/'><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='550457078c264f8dd30893df7c955e1f27ab4acb'><td><a href='/date/2023-02-17T10:21:01/css-cascade-6/'>10:21:01 PST</a></td><td>2023-02-17 10:20:39 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Specify how name-defining at-rules behave in @scope (#8462) Resolves #6895. Co-authored-by: Miriam Suzanne &lt;miriam@oddbird.net&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/550457078c264f8dd30893df7c955e1f27ab4acb/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-17T10:21:01/bikeshed/css-cascade-6/'><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='723e4fe9a07aa1a5191112fb9e933c980cc27be2'><td><a href='/date/2023-02-17T10:16:48/css-cascade-6/'>10:16:48 PST</a></td><td>2023-02-17 10:16:25 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Disallow pseudo-elements in @scope prelude (#8461) * [css-cascade-6] Disallow pseudo-elements in @scope prelude Resolves #7382. * Spaces and tabs --------- Co-authored-by: Miriam Suzanne &lt;miriam@oddbird.net&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/723e4fe9a07aa1a5191112fb9e933c980cc27be2/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-17T10:16:48/bikeshed/css-cascade-6/'><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='5a353f83c65ea47f05cb8dd9aaeab2be725da0c4'><td><a href='/date/2023-02-17T10:07:39/css-cascade-6/'>10:07:39 PST</a></td><td>2023-02-17 10:07:15 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Remove selector scoping notation (#8460)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/5a353f83c65ea47f05cb8dd9aaeab2be725da0c4/css-cascade-6/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-17T10:07:39/bikeshed/css-cascade-6/'><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-09-19</th><tr data-revised-hash='0d210cbc34b2e271af277a052bbe12988e24ea6b'><td><a href='/date/2022-09-19T14:17:44/css-cascade-6/'>14:17:44 PDT</a></td><td>2022-09-19 14:17:03 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Lower boundary scope limit selectors are excluded from scope #6577</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/0d210cbc34b2e271af277a052bbe12988e24ea6b/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2022-09-19T14:17:44/bikeshed/css-cascade-6/'><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-04</th><tr data-revised-hash='1ad411a34f9db980c19bf83a49460d824a488a37'><td><a href='/date/2022-08-04T13:47:23/css-cascade-6/'>13:47:23 PDT</a></td><td>2022-08-04 13:46:14 PDT</td><td><span>fantasai</span></td><td>[css-cascade-4] Fix links</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1ad411a34f9db980c19bf83a49460d824a488a37/css-cascade-6/Overview.bs'></a><a class='bikeshed fatal' href='/date/2022-08-04T13:47:23/bikeshed/css-cascade-6/'><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-04-14</th><tr data-revised-hash='717fafbf0cd29b8e571a84c90f5c805e58512c66'><td><a href='/date/2022-04-14T14:10:28/css-cascade-6/'>14:10:28 PDT</a></td><td>2022-04-14 14:09:19 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-cascade][editorial] typo</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/717fafbf0cd29b8e571a84c90f5c805e58512c66/css-cascade-6/Overview.bs'></a><a class='bikeshed fatal' href='/date/2022-04-14T14:10:28/bikeshed/css-cascade-6/'><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-03-30</th><tr data-revised-hash='306a9f3054ab4658476aaf724287e6c1342e2558'><td><a href='/date/2022-03-30T15:31:44/css-cascade-6/'>15:31:44 PDT</a></td><td>2022-03-30 15:31:17 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-cascade] Crosslink &#039;declaration&#039; more often. #6837</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/306a9f3054ab4658476aaf724287e6c1342e2558/css-cascade-6/Overview.bs'></a><a class='bikeshed fatal' href='/date/2022-03-30T15:31:44/bikeshed/css-cascade-6/'><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='a3c3aa9ae9b60554b05f0d3a560b4ed8f7d2d385'><td><a href='/date/2022-03-30T15:24:30/css-cascade-6/'>15:24:30 PDT</a></td><td>2022-03-30 15:23:50 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-cascade] cross-link to CSS Style Attributes #6838</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/a3c3aa9ae9b60554b05f0d3a560b4ed8f7d2d385/css-cascade-6/Overview.bs'></a><a class='bikeshed fatal' href='/date/2022-03-30T15:24:30/bikeshed/css-cascade-6/'><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='3410d2fce5629b5a69c2f6ccce5900f258b30eff'><td><a href='/date/2022-03-30T14:04:15/css-cascade-6/'>14:04:15 PDT</a></td><td>2022-03-30 14:03:48 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-cascade][editorial] reformat acks</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/3410d2fce5629b5a69c2f6ccce5900f258b30eff/css-cascade-6/Overview.bs'></a><a class='bikeshed fatal' href='/date/2022-03-30T14:04:15/bikeshed/css-cascade-6/'><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='c9fac8ebe7c39399b88b0052da51faada80f3ad3'><td><a href='/date/2022-03-30T13:39:30/css-cascade-6/'>13:39:30 PDT</a></td><td>2022-03-29 15:56:53 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-cascade-6][editorial] sync</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c9fac8ebe7c39399b88b0052da51faada80f3ad3/css-cascade-6/Overview.bs'></a><a class='bikeshed fatal' href='/date/2022-03-30T13:39:30/bikeshed/css-cascade-6/'><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-03-29</th><tr data-revised-hash='549e921b66e25e93fbe3aae7bd9a798ef792219c'><td><a href='/date/2022-03-29T15:32:09/css-cascade-6/'>15:32:09 PDT</a></td><td>2022-03-29 15:31:30 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[css-cascade-*] Consistently use &#039;precedence&#039; rather than &#039;priority&#039;.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/549e921b66e25e93fbe3aae7bd9a798ef792219c/css-cascade-6/Overview.bs'></a><a class='bikeshed warning' href='/date/2022-03-29T15:32:09/bikeshed/css-cascade-6/'><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-12-16</th><tr data-revised-hash='fe0af04f1f40f8031aba7c53ec1f51eb534fed77'><td><a href='/date/2021-12-16T09:24:46/css-cascade-6/'>09:24:46 PST</a></td><td>2021-12-16 07:55:14 PST</td><td><span title='Chris Lilley'>chrisl</span></td><td>[css-conditinal-6] Back to ED</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/fe0af04f1f40f8031aba7c53ec1f51eb534fed77/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2021-12-16T09:24:46/bikeshed/css-cascade-6/'><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-12-06</th><tr data-revised-hash='b927224623665e42debf96e2bfa4ea401000bb87'><td><a href='/date/2021-12-06T13:13:41/css-cascade-6/'>13:13:41 PST</a></td><td>2021-12-06 13:13:11 PST</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] link proximity strength issue, and document WG leaning</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b927224623665e42debf96e2bfa4ea401000bb87/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2021-12-06T13:13:41/bikeshed/css-cascade-6/'><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-09-23</th><tr data-revised-hash='1493f0bcb42b3297db702aec8cd4622e600cb9b5'><td><a href='/date/2021-09-23T21:52:08/css-cascade-6/'>21:52:08 PDT</a></td><td>2021-09-23 21:51:37 PDT</td><td><span>fantasai</span></td><td>[css-cascade-6] Incorporate ideas from this week&#039;s discussions between fantasai and Miriam.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1493f0bcb42b3297db702aec8cd4622e600cb9b5/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2021-09-23T21:52:08/bikeshed/css-cascade-6/'><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='b48e106fe8fcd37bbb4581ffa5e41e14810ed798'><td><a href='/date/2021-09-23T15:46:55/css-cascade-6/'>15:46:55 PDT</a></td><td>2021-09-23 15:46:25 PDT</td><td><span>fantasai</span></td><td>[css-cascade-6] Delete temporarily missing sections.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b48e106fe8fcd37bbb4581ffa5e41e14810ed798/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2021-09-23T15:46:55/bikeshed/css-cascade-6/'><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-09-09</th><tr data-revised-hash='063dcbba124899e65b25d64cb7db0943be63c9f5'><td><a href='/date/2021-09-09T12:35:45/css-cascade-6/'>12:35:45 PDT</a></td><td>2021-09-09 12:35:18 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Add inline and linked scope issues</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/063dcbba124899e65b25d64cb7db0943be63c9f5/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2021-09-09T12:35:45/bikeshed/css-cascade-6/'><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-09-07</th><tr data-revised-hash='4fdb9062ca77e8eb614e5c11b903d8f7aef9deca'><td><a href='/date/2021-09-07T17:44:03/css-cascade-6/'>17:44:03 PDT</a></td><td>2021-09-07 12:53:18 PDT</td><td><span title='Miriam Suzanne'>mirisuzanne</span></td><td>[css-cascade-6] Open diff spec, with draft of scoped styles</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/4fdb9062ca77e8eb614e5c11b903d8f7aef9deca/css-cascade-6/Overview.bs'></a><a class='bikeshed success' href='/date/2021-09-07T17:44:03/bikeshed/css-cascade-6/'><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-cascade-6/' method='get'><input disabled type='submit' value='First'></form><form accept-charset='utf-8' action='/history/css-cascade-6/' 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-cascade-6/' method='get'><input disabled type='submit' value='Next'></form><form accept-charset='utf-8' action='/history/page/1/css-cascade-6/' method='get'><input disabled type='submit' value='Last'></form></div></div></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10