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='Ltps7Oye66MlvaGaqQqKo5kSV3uZnsIeDBaWyGILX8c=' 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='Ltps7Oye66MlvaGaqQqKo5kSV3uZnsIeDBaWyGILX8c=' 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='Ltps7Oye66MlvaGaqQqKo5kSV3uZnsIeDBaWyGILX8c=' type='text/javascript'><!-- // --></script><script nonce='Ltps7Oye66MlvaGaqQqKo5kSV3uZnsIeDBaWyGILX8c=' 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="scroll-animations-1\/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/scroll-animations-1/'>Login</a></div></div><p class='nav'><a href='/'>Home</a><a href='/scroll-animations-1/'>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 scroll-animations-1/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-01-31</th><tr data-revised-hash='acff2e21e856767309ad41044db0fafc479246c5'><td><a href='/date/2024-01-31T02:55:59/scroll-animations-1/'>02:55:59 PST</a></td><td>2024-01-31 02:55:39 PST</td><td><span title='Simon Pieters'>spieters</span></td><td>[scroll-animations] Abstract should say CSS properties instead of markup</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/acff2e21e856767309ad41044db0fafc479246c5/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2024-01-31T02:55:59/bikeshed/scroll-animations-1/'><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='7ef62bb1b386021b0bece27b8e1e591dcd4b64e9'><td><a href='/date/2023-12-11T13:53:11/scroll-animations-1/'>13:53:11 PST</a></td><td>2023-09-13 10:41:42 PDT</td><td><span title='Kevin Ellis'>kevers</span></td><td>[scroll-animations-1][web-animations-2] Deferred start time (#9181) When using a scroll-driven animation the start time of the animation is auto-aligned with the animation range boundary when it has not been explicitly set.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7ef62bb1b386021b0bece27b8e1e591dcd4b64e9/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2023-12-11T13:53:11/bikeshed/scroll-animations-1/'><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='7ef62bb1b386021b0bece27b8e1e591dcd4b64e9'><td><a href='/date/2023-12-11T13:53:11/scroll-animations-1/'>13:53:11 PST</a></td><td>2023-09-13 10:41:42 PDT</td><td><span title='Kevin Ellis'>kevers</span></td><td>[scroll-animations-1][web-animations-2] Deferred start time (#9181) When using a scroll-driven animation the start time of the animation is auto-aligned with the animation range boundary when it has not been explicitly set.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7ef62bb1b386021b0bece27b8e1e591dcd4b64e9/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2023-12-11T13:53:11/bikeshed/scroll-animations-1/'><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='7ef62bb1b386021b0bece27b8e1e591dcd4b64e9'><td><a href='/date/2023-12-11T13:53:11/scroll-animations-1/'>13:53:11 PST</a></td><td>2023-09-13 10:41:42 PDT</td><td><span title='Kevin Ellis'>kevers</span></td><td>[scroll-animations-1][web-animations-2] Deferred start time (#9181) When using a scroll-driven animation the start time of the animation is auto-aligned with the animation range boundary when it has not been explicitly set.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7ef62bb1b386021b0bece27b8e1e591dcd4b64e9/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2023-12-11T13:53:11/bikeshed/scroll-animations-1/'><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-23</th><tr data-revised-hash='8d862b30306223f9113024f55a4918ba07ec63c1'><td><a href='/date/2024-01-23T13:26:21/scroll-animations-1/'>13:26:21 PST</a></td><td>2024-01-23 13:25:51 PST</td><td><span title='Bramus!'>bramus_</span></td><td>[scroll-animations-1] Add `all` as a value for `timeline-scope` (#9779)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/8d862b30306223f9113024f55a4918ba07ec63c1/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2024-01-23T13:26:21/bikeshed/scroll-animations-1/'><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-07-21</th><tr data-revised-hash='86e504a870c7227f0c867fe6e4dee7e1c2c7f484'><td><a href='/date/2023-07-21T08:55:41/scroll-animations-1/'>08:55:41 PDT</a></td><td>2023-06-20 06:15:26 PDT</td><td><span title='Bramus!'>bramus_</span></td><td>Time-based delays get convered to their respective proportions</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/86e504a870c7227f0c867fe6e4dee7e1c2c7f484/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-07-21T08:55:41/bikeshed/scroll-animations-1/'><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='4ce33e195ae5b416039f0ec527b638c7b70610ae'><td><a href='/date/2023-06-07T08:02:17/scroll-animations-1/'>08:02:17 PDT</a></td><td>2023-06-06 13:02:23 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Update Changes section</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/4ce33e195ae5b416039f0ec527b638c7b70610ae/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-06-07T08:02:17/bikeshed/scroll-animations-1/'><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='c297b2a10a799fb524a1e943b38c541b8b9cb12d'><td><a href='/date/2023-05-07T21:39:40/scroll-animations-1/'>21:39:40 PDT</a></td><td>2023-05-05 10:24:19 PDT</td><td><span title='Rob Flack'>flackr</span></td><td>[scroll-animations-1] Also rerun style/layout for changed timeline ranges (#8704) Fixes #8694.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c297b2a10a799fb524a1e943b38c541b8b9cb12d/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-05-07T21:39:40/bikeshed/scroll-animations-1/'><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-10</th><tr data-revised-hash='0591eeb97db2fc6b86c2c0b2440dd1f6891610f7'><td><a href='/date/2023-03-10T22:38:02/scroll-animations-1/'>22:38:02 PST</a></td><td>2023-03-10 22:36:21 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Add length offsets to animation-range #7575 * Add &lt;length&gt; offsets to timeline range offsets * Add &lt;length-percentage&gt; values referencing the whole timeline * Tighten up definitions</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/0591eeb97db2fc6b86c2c0b2440dd1f6891610f7/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-10T22:38:02/bikeshed/scroll-animations-1/'><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='ba01492fc2ed4fc1ad2bbba1753284e9a691e277'><td><a href='/date/2023-03-10T21:36:38/scroll-animations-1/'>21:36:38 PST</a></td><td>2023-03-10 21:36:04 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Clarify interaction with animation events. #4324</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/ba01492fc2ed4fc1ad2bbba1753284e9a691e277/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-10T21:36:38/bikeshed/scroll-animations-1/'><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='5e13f0fd69c638bd8d090adc3073ca96f5159039'><td><a href='/date/2023-03-10T20:03:38/scroll-animations-1/'>20:03:38 PST</a></td><td>2023-03-10 20:03:12 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Define interaction of iteration-count with absolute keyframes #8233</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/5e13f0fd69c638bd8d090adc3073ca96f5159039/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-10T20:03:38/bikeshed/scroll-animations-1/'><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='49a5e13786899a90ac7f84b7d538d09798eff45c'><td><a href='/date/2023-03-10T19:53:36/scroll-animations-1/'>19:53:36 PST</a></td><td>2023-03-10 19:53:07 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Define interaction with iteration count. #8233</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/49a5e13786899a90ac7f84b7d538d09798eff45c/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-10T19:53:36/bikeshed/scroll-animations-1/'><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='1b664de5ba338a6aac871bbdac3bf180b2c53421'><td><a href='/date/2023-03-10T15:44:37/scroll-animations-1/'>15:44:37 PST</a></td><td>2023-03-10 15:44:14 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Add self keyword #8227</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1b664de5ba338a6aac871bbdac3bf180b2c53421/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-10T15:44:37/bikeshed/scroll-animations-1/'><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='ce843850f454d7368e1b4171b372fcf479209321'><td><a href='/date/2023-03-10T11:19:13/scroll-animations-1/'>11:19:13 PST</a></td><td>2023-03-10 11:18:46 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] source is updated upon request and in sync with currentTime #8204 (#8541)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/ce843850f454d7368e1b4171b372fcf479209321/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-10T11:19:13/bikeshed/scroll-animations-1/'><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-07</th><tr data-revised-hash='6d257392adf87aa5bce5ff944995fd816cfa60e1'><td><a href='/date/2023-03-07T13:35:56/scroll-animations-1/'>13:35:56 PST</a></td><td>2023-03-07 13:35:15 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] getCurrentTime() returns percentages on ScrollTimelines</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6d257392adf87aa5bce5ff944995fd816cfa60e1/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-07T13:35:56/bikeshed/scroll-animations-1/'><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='00e3a200df0375ffa07c3f234df9a3c01e5c5458'><td><a href='/date/2023-03-07T13:11:32/scroll-animations-1/'>13:11:32 PST</a></td><td>2023-03-07 13:03:16 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Each anonymous scroll timeline is a different object #8204</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/00e3a200df0375ffa07c3f234df9a3c01e5c5458/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-07T13:11:32/bikeshed/scroll-animations-1/'><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='d3a481aea14e886c8f48d3f08362129cf5ed35ca'><td><a href='/date/2023-03-07T11:32:04/scroll-animations-1/'>11:32:04 PST</a></td><td>2023-03-06 15:22:30 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1][editorial] adjust emphasis</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d3a481aea14e886c8f48d3f08362129cf5ed35ca/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-07T11:32:04/bikeshed/scroll-animations-1/'><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-06</th><tr data-revised-hash='52cd694396c839062db1077f89a89ce35d5c24ac'><td><a href='/date/2023-03-06T15:17:54/scroll-animations-1/'>15:17:54 PST</a></td><td>2023-03-06 15:17:00 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] fix linking</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/52cd694396c839062db1077f89a89ce35d5c24ac/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-06T15:17:54/bikeshed/scroll-animations-1/'><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='e35bc555ea91afb3bc9ca59014dda0ba3e3ec826'><td><a href='/date/2023-03-06T14:50:08/scroll-animations-1/'>14:50:08 PST</a></td><td>2023-03-06 14:49:42 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Link to issue #8438</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/e35bc555ea91afb3bc9ca59014dda0ba3e3ec826/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-06T14:50:08/bikeshed/scroll-animations-1/'><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='c469d547187de4fc58c74615a8bc700974679c2f'><td><a href='/date/2023-03-06T14:31:13/scroll-animations-1/'>14:31:13 PST</a></td><td>2023-03-06 14:30:21 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] wording tweak #8298</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c469d547187de4fc58c74615a8bc700974679c2f/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-06T14:31:13/bikeshed/scroll-animations-1/'><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='862596c43e47b0f7f94fbf91d297ef8e7256deef'><td><a href='/date/2023-03-06T14:30:14/scroll-animations-1/'>14:30:14 PST</a></td><td>2023-03-06 14:29:28 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] typo in previous commit #8298</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/862596c43e47b0f7f94fbf91d297ef8e7256deef/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-06T14:30:14/bikeshed/scroll-animations-1/'><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='2f7de49bde37483eb105278eee913f555813a1d1'><td><a href='/date/2023-03-06T13:43:20/scroll-animations-1/'>13:43:20 PST</a></td><td>2023-03-06 13:42:53 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Address transforms and stickypos #8298</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2f7de49bde37483eb105278eee913f555813a1d1/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-03-06T13:43:20/bikeshed/scroll-animations-1/'><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='67c29e4502ce0f4cd931e0aee9c182e2cac18e7d'><td><a href='/date/2023-02-01T12:33:27/scroll-animations-1/'>12:33:27 PST</a></td><td>2023-02-01 12:31:38 PST</td><td><span>Bramus</span></td><td>[scroll-animations-1] Add self keyword https://github.com/w3c/csswg-drafts/issues/8227#issuecomment-1412424629</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/67c29e4502ce0f4cd931e0aee9c182e2cac18e7d/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-01T12:33:27/bikeshed/scroll-animations-1/'><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='15f9ca4565708f0a65afa3ddaf23a343905ed7d4'><td><a href='/date/2023-02-01T07:29:33/scroll-animations-1/'>07:29:33 PST</a></td><td>2023-02-01 07:29:06 PST</td><td><span title='Kevin Ellis'>kevers</span></td><td>[web-animations-2] Update timeline currentTime type to allow CSSNumericValue timelines (#8371)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/15f9ca4565708f0a65afa3ddaf23a343905ed7d4/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-01T07:29:33/bikeshed/scroll-animations-1/'><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='569bc511ba39d8a088015db52f8240f2a1f1fe8b'><td><a href='/date/2023-02-28T18:59:31/scroll-animations-1/'>18:59:31 PST</a></td><td>2023-02-01 11:02:38 PST</td><td><span>Bramus</span></td><td>[scroll-animations-1] Remove resolved issue https://github.com/w3c/csswg-drafts/issues/7973</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/569bc511ba39d8a088015db52f8240f2a1f1fe8b/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-28T18:59:31/bikeshed/scroll-animations-1/'><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-27</th><tr data-revised-hash='b3dafde1a3a321be00bbbe5a350bafde287786c7'><td><a href='/date/2023-02-27T12:39:52/scroll-animations-1/'>12:39:52 PST</a></td><td>2023-02-27 12:38:02 PST</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[scroll-animations-1] Define `animation-range-start|end` with animation type (#8426)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b3dafde1a3a321be00bbbe5a350bafde287786c7/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-27T12:39:52/bikeshed/scroll-animations-1/'><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-06</th><tr data-revised-hash='aa3c5c146f36fcf76eb1abc9f55a487b28658d88'><td><a href='/date/2023-02-06T14:11:31/scroll-animations-1/'>14:11:31 PST</a></td><td>2022-12-13 12:47:14 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] separate animation-range and animation-delay #7901</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/aa3c5c146f36fcf76eb1abc9f55a487b28658d88/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-02-06T14:11:31/bikeshed/scroll-animations-1/'><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-20</th><tr data-revised-hash='2887fc7c2a719099abe07d2bc5c805182bce92ae'><td><a href='/date/2023-01-20T15:32:17/scroll-animations-1/'>15:32:17 PST</a></td><td>2023-01-20 15:31:47 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Rename spec title #8101</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2887fc7c2a719099abe07d2bc5c805182bce92ae/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2023-01-20T15:32:17/bikeshed/scroll-animations-1/'><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-16</th><tr data-revised-hash='b7b6815674551ff6bcb8de714897717496594de0'><td><a href='/date/2022-12-16T13:41:32/scroll-animations-1/'>13:41:32 PST</a></td><td>2022-12-07 15:26:40 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Define keyframe attachment outside animation&#039;s effective range #7825</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b7b6815674551ff6bcb8de714897717496594de0/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-16T13:41:32/bikeshed/scroll-animations-1/'><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-13</th><tr data-revised-hash='6e4111b808a5f1c871decc502f2703a0e24ab731'><td><a href='/date/2022-12-13T14:37:27/scroll-animations-1/'>14:37:27 PST</a></td><td>2022-12-13 14:37:02 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Fix typo #8203</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6e4111b808a5f1c871decc502f2703a0e24ab731/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-13T14:37:27/bikeshed/scroll-animations-1/'><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-12</th><tr data-revised-hash='2103e8a95c01d071851c9acfb9cbdea4f74715af'><td><a href='/date/2022-12-12T20:49:21/scroll-animations-1/'>20:49:21 PST</a></td><td>2022-12-12 20:48:48 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Restrict scroll/view-timeline value reordering to avoid parse ambiguity #7626</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2103e8a95c01d071851c9acfb9cbdea4f74715af/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-12T20:49:21/bikeshed/scroll-animations-1/'><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-09</th><tr data-revised-hash='5174d7a68103ff73fb9c93a77200c8f5f26906ef'><td><a href='/date/2022-12-09T12:12:14/scroll-animations-1/'>12:12:14 PST</a></td><td>2022-12-09 12:11:42 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Publication fixes</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/5174d7a68103ff73fb9c93a77200c8f5f26906ef/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-09T12:12:14/bikeshed/scroll-animations-1/'><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-07</th><tr data-revised-hash='123e3810733687bf1c15cab2829adeb78c9a8e15'><td><a href='/date/2022-12-07T17:20:27/scroll-animations-1/'>17:20:27 PST</a></td><td>2022-12-07 16:21:30 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] partial interface to avoid conflicting definitions #8013</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/123e3810733687bf1c15cab2829adeb78c9a8e15/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-07T17:20:27/bikeshed/scroll-animations-1/'><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='9a1eded7e14b76cac57fc0e7859a6d074cb94590'><td><a href='/date/2022-12-07T15:02:55/scroll-animations-1/'>15:02:55 PST</a></td><td>2022-12-07 15:03:39 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Fix grammar error again</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/9a1eded7e14b76cac57fc0e7859a6d074cb94590/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-07T15:02:55/bikeshed/scroll-animations-1/'><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='8d466479c9b325052e2076aaa9f50aa6f46e1e62'><td><a href='/date/2022-12-07T14:31:43/scroll-animations-1/'>14:31:43 PST</a></td><td>2022-12-07 14:32:23 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Clarify syntactic interaction of scroll()/view() and animation-timeline. #7579</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/8d466479c9b325052e2076aaa9f50aa6f46e1e62/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-07T14:31:43/bikeshed/scroll-animations-1/'><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-06</th><tr data-revised-hash='c611be502a8003d2096f24930ce11d289faac4d7'><td><a href='/date/2022-12-06T22:27:02/scroll-animations-1/'>22:27:02 PST</a></td><td>2022-10-31 11:06:02 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Define view() notation #7587</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c611be502a8003d2096f24930ce11d289faac4d7/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-06T22:27:02/bikeshed/scroll-animations-1/'><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='c816f31c045331d1536a0710de144a86719b3a78'><td><a href='/date/2022-12-06T14:49:49/scroll-animations-1/'>14:49:49 PST</a></td><td>2022-12-06 14:50:34 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] view-timeline-inset isn&#039;t (currently) a longhand of view-timeline</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c816f31c045331d1536a0710de144a86719b3a78/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-06T14:49:49/bikeshed/scroll-animations-1/'><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='9f23926edbd163386f93cea15260e1f392cd21b0'><td><a href='/date/2022-12-06T14:13:44/scroll-animations-1/'>14:13:44 PST</a></td><td>2022-12-06 14:14:24 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Use new coordinating list terminology added in css-values-4.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/9f23926edbd163386f93cea15260e1f392cd21b0/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-06T14:13:44/bikeshed/scroll-animations-1/'><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='de66531848ef8f9e2889f233ae10b68c783979f2'><td><a href='/date/2022-12-06T13:53:03/scroll-animations-1/'>13:53:03 PST</a></td><td>2022-12-06 13:53:34 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1][editorial] Fix indentation</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/de66531848ef8f9e2889f233ae10b68c783979f2/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-06T13:53:03/bikeshed/scroll-animations-1/'><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='b6f467a07e27e2ddd374966a3c01a907b00f0e56'><td><a href='/date/2022-12-06T13:51:28/scroll-animations-1/'>13:51:28 PST</a></td><td>2022-11-16 12:56:22 PST</td><td><span title='Rob Flack'>flackr</span></td><td>[scroll-animations-1] Make scroll-timeline and scroll-timeline-name support multiple timelines fixing #7657</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b6f467a07e27e2ddd374966a3c01a907b00f0e56/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-12-06T13:51:28/bikeshed/scroll-animations-1/'><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-18</th><tr data-revised-hash='3fda8ca99fc14f02ba9bddef8e14fd7a6103c591'><td><a href='/date/2022-11-18T12:35:04/scroll-animations-1/'>12:35:04 PST</a></td><td>2022-11-18 12:34:45 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Improve introduction.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/3fda8ca99fc14f02ba9bddef8e14fd7a6103c591/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-11-18T12:35:04/bikeshed/scroll-animations-1/'><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-11</th><tr data-revised-hash='1e536a39e4c3580a32f6a247d2b9010e6f808fa8'><td><a href='/date/2022-11-11T16:06:34/scroll-animations-1/'>16:06:34 PST</a></td><td>2022-11-11 16:06:45 PST</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[scroll-animations-1] Fix link to type (#8043)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1e536a39e4c3580a32f6a247d2b9010e6f808fa8/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-11-11T16:06:34/bikeshed/scroll-animations-1/'><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-07</th><tr data-revised-hash='6b101c0278d6fa57f064f84cd1514c54b1143f5a'><td><a href='/date/2022-11-07T11:20:39/scroll-animations-1/'>11:20:39 PST</a></td><td>2022-11-07 11:20:30 PST</td><td><span>fantasai</span></td><td>[scroll-animations-1] Fix grammar error #7902</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6b101c0278d6fa57f064f84cd1514c54b1143f5a/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-11-07T11:20:39/bikeshed/scroll-animations-1/'><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-02</th><tr data-revised-hash='0f9c9f03077474aba67ddca4c8d5bf27783f7b09'><td><a href='/date/2022-11-02T10:20:03/scroll-animations-1/'>10:20:03 PDT</a></td><td>2022-10-31 11:13:13 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Allow reordering of scroll() keywords</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/0f9c9f03077474aba67ddca4c8d5bf27783f7b09/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-11-02T10:20:03/bikeshed/scroll-animations-1/'><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-10-21</th><tr data-revised-hash='4b05978c0a18ec4d059c4941202fc2b5c535c85e'><td><a href='/date/2022-10-21T10:57:56/scroll-animations-1/'>10:57:56 PDT</a></td><td>2022-10-21 10:57:28 PDT</td><td><span title='Chris Lilley'>chrisl</span></td><td>[scroll-animations] Changes for FPWD, linkfix</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/4b05978c0a18ec4d059c4941202fc2b5c535c85e/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-10-21T10:57:56/bikeshed/scroll-animations-1/'><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-16</th><tr data-revised-hash='c89ab46e89c9b9d1a45d08b7f0dfe40e325d9416'><td><a href='/date/2022-09-16T12:43:22/scroll-animations-1/'>12:43:22 PDT</a></td><td>2022-09-16 12:43:03 PDT</td><td><span title='Francois Daoust'>francois_daoust</span></td><td>[scroll-animations-1] Fix formal syntax of animation-delay-(start|end) (#7755)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c89ab46e89c9b9d1a45d08b7f0dfe40e325d9416/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-16T12:43:22/bikeshed/scroll-animations-1/'><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-15</th><tr data-revised-hash='7ac0524a42dbe66211c8ff01f5e05ea85f6fa29f'><td><a href='/date/2022-09-15T10:11:45/scroll-animations-1/'>10:11:45 PDT</a></td><td>2022-09-07 17:10:38 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Rewrite to proper algorithmic form Co-authored-by: Tab Atkins Jr. &lt;jackalmage@gmail.com&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7ac0524a42dbe66211c8ff01f5e05ea85f6fa29f/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-15T10:11:45/bikeshed/scroll-animations-1/'><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-07</th><tr data-revised-hash='7440db701bf691402d08497ea3066662a783b367'><td><a href='/date/2022-09-07T15:18:35/scroll-animations-1/'>15:18:35 PDT</a></td><td>2022-09-07 15:18:02 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Update ref</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7440db701bf691402d08497ea3066662a783b367/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T15:18:35/bikeshed/scroll-animations-1/'><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='411aea769b8f975400e97110d988cee298a69669'><td><a href='/date/2022-09-07T12:56:14/scroll-animations-1/'>12:56:14 PDT</a></td><td>2022-09-07 12:55:48 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Clarify that timelines are scoped over the flattened tree. #7047</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/411aea769b8f975400e97110d988cee298a69669/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T12:56:14/bikeshed/scroll-animations-1/'><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='181e649bb659b1dd8c45118d4d693681a196a204'><td><a href='/date/2022-09-07T12:43:05/scroll-animations-1/'>12:43:05 PDT</a></td><td>2022-09-07 12:42:43 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Hook up view-timeline-inset to definition of progress.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/181e649bb659b1dd8c45118d4d693681a196a204/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T12:43:05/bikeshed/scroll-animations-1/'><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='66b834f3aab952e6c1d7356b878a467bafc88a15'><td><a href='/date/2022-09-07T12:33:52/scroll-animations-1/'>12:33:52 PDT</a></td><td>2022-09-07 12:33:19 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Convert view-timeline-inset to take start/end pairs per timeline. #7695</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/66b834f3aab952e6c1d7356b878a467bafc88a15/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T12:33:52/bikeshed/scroll-animations-1/'><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='8f70e8d8e72476187640e5a5e20d9e64aec96673'><td><a href='/date/2022-09-07T12:20:21/scroll-animations-1/'>12:20:21 PDT</a></td><td>2022-09-07 12:19:52 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Use consistent ordering for scroll-timeline and view-timeline. #7627</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/8f70e8d8e72476187640e5a5e20d9e64aec96673/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T12:20:21/bikeshed/scroll-animations-1/'><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='5f73c717fee2dfd6e9736b5479c4f048af06ca47'><td><a href='/date/2022-09-07T11:31:29/scroll-animations-1/'>11:31:29 PDT</a></td><td>2022-09-07 11:30:49 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1][editiorial] Update timeline terminology / cross-links. #7240</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/5f73c717fee2dfd6e9736b5479c4f048af06ca47/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T11:31:29/bikeshed/scroll-animations-1/'><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='062befcd3b280bcc832648bbc5671280305aba70'><td><a href='/date/2022-09-07T11:00:17/scroll-animations-1/'>11:00:17 PDT</a></td><td>2022-09-07 10:59:40 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] ScrollTimeline and ViewTimeline are inactive when there is nothing to scroll. #7401</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/062befcd3b280bcc832648bbc5671280305aba70/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-09-07T11:00:17/bikeshed/scroll-animations-1/'><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-26</th><tr data-revised-hash='03c78f8df56a93ee8f596edff2e1975fa11fde7a'><td><a href='/date/2022-08-26T06:58:01/scroll-animations-1/'>06:58:01 PDT</a></td><td>2022-08-26 06:57:30 PDT</td><td><span title='Rob Flack'>flackr</span></td><td>[scroll-animations-1] Remove &lt;custom-ident&gt; from scroll() notation (#7651) Fixes #7046. Co-authored-by: Anders &lt;andruud@dib.lan&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/03c78f8df56a93ee8f596edff2e1975fa11fde7a/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-08-26T06:58:01/bikeshed/scroll-animations-1/'><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-07-29</th><tr data-revised-hash='853cd2d930ff8cacfb21cd532424ea4a9fa79178'><td><a href='/date/2022-07-29T10:27:54/scroll-animations-1/'>10:27:54 PDT</a></td><td>2022-07-29 10:26:54 PDT</td><td><span>fantasai</span></td><td>[scroll-animations-1] Rewrite scroll animations based on new declarative model. #6674</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/853cd2d930ff8cacfb21cd532424ea4a9fa79178/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-07-29T10:27:54/bikeshed/scroll-animations-1/'><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-07-15</th><tr data-revised-hash='14de636cc0b73ac2cf36b3a4d94a23e24a72bbf9'><td><a href='/date/2022-07-15T11:46:41/scroll-animations-1/'>11:46:41 PDT</a></td><td>2022-07-15 11:44:49 PDT</td><td><a href='https://dbaron.org/'>dbaron</a></td><td>Move images used in specs into subdirectories that bikeshed echidna will automatically package. Fixes most of #7505.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/14de636cc0b73ac2cf36b3a4d94a23e24a72bbf9/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-07-15T11:46:41/bikeshed/scroll-animations-1/'><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-02-21</th><tr data-revised-hash='784c63a8426f6ff61b764160c0e042e8bf79f8ce'><td><a href='/date/2022-02-21T13:12:21/scroll-animations-1/'>13:12:21 PST</a></td><td>2022-02-21 12:38:12 PST</td><td><span title='Dominique Hazael-Massieux'>dominique_hazael_massieux</span></td><td>[scroll-animations-1] Mark &#039;set the offset value&#039; as an abstract-op (#7074)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/784c63a8426f6ff61b764160c0e042e8bf79f8ce/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2022-02-21T13:12:21/bikeshed/scroll-animations-1/'><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-10-29</th><tr data-revised-hash='d8ce1a20284d5b8615df083dd739e14af7066f70'><td><a href='/date/2021-10-29T08:31:44/scroll-animations-1/'>08:31:44 PDT</a></td><td>2021-10-29 08:31:20 PDT</td><td><span title='Kevin Ellis'>kevers</span></td><td>Update reference to scrollSource (#6740) Co-authored-by: Kevin Ellis &lt;kevers@chromium.org&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d8ce1a20284d5b8615df083dd739e14af7066f70/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2021-10-29T08:31:44/bikeshed/scroll-animations-1/'><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-25</th><tr data-revised-hash='5addfe21857098debc2c17f8e8e00561a47f01bc'><td><a href='/date/2021-08-25T13:40:47/scroll-animations-1/'>13:40:47 PDT</a></td><td>2021-08-25 13:39:57 PDT</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[scroll-animations-1][editorial] Reformat whitespace across the spec. Also fix linking issues so it builds cleanly.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/5addfe21857098debc2c17f8e8e00561a47f01bc/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2021-08-25T13:40:47/bikeshed/scroll-animations-1/'><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-19</th><tr data-revised-hash='d845441160864b780bfd2a92b301aec4b247c11f'><td><a href='/date/2021-08-19T18:52:39/scroll-animations-1/'>18:52:39 PDT</a></td><td>2021-08-19 18:52:16 PDT</td><td><span title='Rob Flack'>flackr</span></td><td>[scroll-animations-1] Fix indentation and spacing for bikeshed. (#6527)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/d845441160864b780bfd2a92b301aec4b247c11f/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2021-08-19T18:52:39/bikeshed/scroll-animations-1/'><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-05</th><tr data-revised-hash='7926f7476086dc90c730b32473f135e30876f177'><td><a href='/date/2021-07-05T11:12:34/scroll-animations-1/'>11:12:34 PDT</a></td><td>2021-07-05 11:12:11 PDT</td><td><span title='Kevin Ellis'>kevers</span></td><td>[scroll-animations-1] Update serialization of CSSScrollTimelineRule. (#6410) Updates serialization of CSSScrollTimelineRule to remove references to obsolete fields and serialize new fields on the timeline.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7926f7476086dc90c730b32473f135e30876f177/scroll-animations-1/Overview.bs'></a><a class='bikeshed fatal' href='/date/2021-07-05T11:12:34/bikeshed/scroll-animations-1/'><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-23</th><tr data-revised-hash='05db0cb8bea9aebeed3290737d4fd4b0aa428076'><td><a href='/date/2021-06-23T17:10:05/scroll-animations-1/'>17:10:05 PDT</a></td><td>2021-06-09 09:25:34 PDT</td><td><span title='Kevin Ellis'>kevers</span></td><td>rebase</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/05db0cb8bea9aebeed3290737d4fd4b0aa428076/scroll-animations-1/Overview.bs'></a><a class='bikeshed fatal' href='/date/2021-06-23T17:10:05/bikeshed/scroll-animations-1/'><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-01</th><tr data-revised-hash='b291bc56fe6c7163e0726d2e10f19474ba28c059'><td><a href='/date/2021-02-01T17:35:04/scroll-animations-1/'>17:35:04 PST</a></td><td>2021-02-01 17:34:46 PST</td><td><span title='Olga Gerchikov'>olga_gerchikov</span></td><td>[scroll-animations-1] Support for multiple scroll offsets #4912 (#5803) * Initial revision * Fixed formatting. * Addressed review comments. * Addressed review comments.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b291bc56fe6c7163e0726d2e10f19474ba28c059/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2021-02-01T17:35:04/bikeshed/scroll-animations-1/'><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-11-11</th><tr data-revised-hash='7dd712fa5300bb28cd06f112d90cdb70b0d3c215'><td><a href='/date/2020-11-11T15:38:20/scroll-animations-1/'>15:38:20 PST</a></td><td>2020-11-11 15:37:57 PST</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[scroll-animations-1] Remove default vaule for ScrollTimelineOptions.source (#5460) Co-authored-by: Anders Hartvoll Ruud &lt;andruud@google.com&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7dd712fa5300bb28cd06f112d90cdb70b0d3c215/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-11-11T15:38:20/bikeshed/scroll-animations-1/'><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='3d210889e228bd3390daeefbb35da7cdaba6cfd1'><td><a href='/date/2020-11-11T15:34:28/scroll-animations-1/'>15:34:28 PST</a></td><td>2020-11-11 15:34:12 PST</td><td><span title='Tab Atkins Jr.'>tabatkins</span></td><td>[scroll-animations] Add CSSOM serialization algorithms (#5686) Co-authored-by: Anders Hartvoll Ruud &lt;andruud@google.com&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/3d210889e228bd3390daeefbb35da7cdaba6cfd1/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-11-11T15:34:28/bikeshed/scroll-animations-1/'><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/scroll-animations-1/'>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 &quot;keywords&quot; from Value Definitions section</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6184bac8cb021eb858f4ee36559aad2fc9790aa3/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-09-18T15:42:57/bikeshed/scroll-animations-1/'><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-07-09</th><tr data-revised-hash='f403910bf7ec502da9b4ea8b42d2c9e2e98b7ac0'><td><a href='/date/2020-07-09T14:23:40/scroll-animations-1/'>14:23:40 PDT</a></td><td>2020-07-09 14:16:18 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] minor tidyup replace &lt;code&gt; with `` replace &lt;var&gt; with || remove training space rewrap some sections</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f403910bf7ec502da9b4ea8b42d2c9e2e98b7ac0/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-07-09T14:23:40/bikeshed/scroll-animations-1/'><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='31d69715ee04fc95c02a4e9ead4db6436d94aefc'><td><a href='/date/2020-07-09T14:11:30/scroll-animations-1/'>14:11:30 PDT</a></td><td>2020-07-09 14:11:12 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Use CSSTypedOM instead of strings (#5213) (#5300) Use appropriate CSSTypedOM instead of DOMStrings in the API. Fixes #5213. Changes: - For offsets use `CSSNumericValue` or `CSSKeywordish` instead of DOMString - When setting the offset, the grammars for these values is check to ensure only the valid subset can be set. - When computing effective scroll offset check the offset actual type and interpret it accordingly - Update examples to showcase the API and add noted to clarify the usage.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/31d69715ee04fc95c02a4e9ead4db6436d94aefc/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-07-09T14:11:30/bikeshed/scroll-animations-1/'><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-30</th><tr data-revised-hash='f39cd938b1605d49874d610433a482100985265e'><td><a href='/date/2020-06-30T08:30:06/scroll-animations-1/'>08:30:06 PDT</a></td><td>2020-06-30 08:29:45 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations] Add css syntax for element-based offset (#5264) Add css syntax to for element-based offsets. Fixes #4337. The element-based syntax is simply applied when the value starts with `selector(#id)` with the following characteristics: - `selector( &lt;&lt;id-selector&gt;&gt; )` is required and is expected to be the first value. - both edge and threshold are optional can can be provided in any order. I followed some of the ideas mentioned by @tabatkins in #4348 to to get to a more ergonomic css function syntax. In particular there is no comma and the optional params can be in any order. Note that unlike #4348 we are not adding a function syntax.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f39cd938b1605d49874d610433a482100985265e/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-30T08:30:06/bikeshed/scroll-animations-1/'><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-26</th><tr data-revised-hash='96d70e00e70c2d73b1108af738188a8d0df3b3aa'><td><a href='/date/2020-06-26T08:04:21/scroll-animations-1/'>08:04:21 PDT</a></td><td>2020-06-26 08:03:55 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations] let source be explicitly nullable (#5202, #5211) (#5263) Fixing #5202 and #5211 Changes: - Fix IDL to make source nullable. - In CSS source will accept &#039;auto&#039; and &#039;none&#039; with none mapping to null. - In JS, we now map missing &#039;source&#039; to document scrolling element (i.e., auto behavior) and explicitly null &#039;source&#039; to null. - Correctly check null source when calculating offsets. Other minor cleanups.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/96d70e00e70c2d73b1108af738188a8d0df3b3aa/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-26T08:04:21/bikeshed/scroll-animations-1/'><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-18</th><tr data-revised-hash='36b6753a9e7c33712bf914d84d474a24fbff6b04'><td><a href='/date/2020-06-18T11:41:19/scroll-animations-1/'>11:41:19 PDT</a></td><td>2020-06-18 11:40:59 PDT</td><td><span title='Daniel Libby'>daniel_libby</span></td><td>[scroll-animations-1][web-animations-1] Added phase calculation for ScrollTimeline #4325 (#5186) Added section describing how scroll timeline phase is calculated. Inclusive end exception that was removed in a previous PR has been added back in through the phase calculation (an explanatory note for the exception has been included). Also reformatted the section for calculating current time to match the new phase calculation formatting. Authored-by: Jordan Taylor &lt;jortaylo@microsoft.com&gt;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/36b6753a9e7c33712bf914d84d474a24fbff6b04/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-18T11:41:19/bikeshed/scroll-animations-1/'><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-16</th><tr data-revised-hash='9ff8a5f39a7e634cf3b85b6ef55f9031cf539a0d'><td><a href='/date/2020-06-16T11:26:29/scroll-animations-1/'>11:26:29 PDT</a></td><td>2020-06-16 05:49:14 PDT</td><td><span title='Anders Hartvoll Ruud'>anders_hartvoll_ruud</span></td><td>[scroll-animations] Ignore @scroll-timeline rules in shadow trees For now, that is. Fixes #5167.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/9ff8a5f39a7e634cf3b85b6ef55f9031cf539a0d/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-16T11:26:29/bikeshed/scroll-animations-1/'><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-14</th><tr data-revised-hash='2e4b553166929353e0d0d271b5768575e7fae181'><td><a href='/date/2020-06-14T07:57:04/scroll-animations-1/'>07:57:04 PDT</a></td><td>2020-06-14 07:56:17 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] rename scroll-time-range to time-range</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/2e4b553166929353e0d0d271b5768575e7fae181/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-14T07:57:04/bikeshed/scroll-animations-1/'><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='8e334ef2d871600019bdfdb681ff3080831b3470'><td><a href='/date/2020-06-14T07:51:01/scroll-animations-1/'>07:51:01 PDT</a></td><td>2020-06-11 02:03:08 PDT</td><td><span title='Anders Hartvoll Ruud'>anders_hartvoll_ruud</span></td><td>[scroll-animations] Add CSSScrollTimelineRule</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/8e334ef2d871600019bdfdb681ff3080831b3470/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-14T07:51:01/bikeshed/scroll-animations-1/'><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='7240feb0a7a5e2f458db25b3e27fb563e1b4ccdf'><td><a href='/date/2020-06-14T07:17:30/scroll-animations-1/'>07:17:30 PDT</a></td><td>2020-06-12 00:19:31 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Update ScrollTimeline.start/end types</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/7240feb0a7a5e2f458db25b3e27fb563e1b4ccdf/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-14T07:17:30/bikeshed/scroll-animations-1/'><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-12</th><tr data-revised-hash='bb5cb579c77548cfac1875c0c3738e0528ad3b71'><td><a href='/date/2020-06-12T00:58:18/scroll-animations-1/'>00:58:18 PDT</a></td><td>2020-06-12 00:57:51 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Editorial: Drop reference to upcoming threshold value. It appears to already be added to the spec.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/bb5cb579c77548cfac1875c0c3738e0528ad3b71/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-12T00:58:18/bikeshed/scroll-animations-1/'><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='b71f0f6f40148462caf0b8e21c32dfe902826624'><td><a href='/date/2020-06-12T00:51:03/scroll-animations-1/'>00:51:03 PDT</a></td><td>2020-06-12 00:50:33 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Editorial: &#039;a element&#039; ? &#039;an element&#039;</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b71f0f6f40148462caf0b8e21c32dfe902826624/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-12T00:51:03/bikeshed/scroll-animations-1/'><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='561b8c9e6df83e0f7158ecad4a5f7714d22baa41'><td><a href='/date/2020-06-12T00:47:33/scroll-animations-1/'>00:47:33 PDT</a></td><td>2020-06-12 00:47:05 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Add link to issue about checking range of threshold</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/561b8c9e6df83e0f7158ecad4a5f7714d22baa41/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-12T00:47:33/bikeshed/scroll-animations-1/'><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='9eb00e0a40367c344e92e951942eb18360129b17'><td><a href='/date/2020-06-12T00:36:06/scroll-animations-1/'>00:36:06 PDT</a></td><td>2020-06-12 00:35:38 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Add link to issue about source handling in constructor</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/9eb00e0a40367c344e92e951942eb18360129b17/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-12T00:36:06/bikeshed/scroll-animations-1/'><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='a580b27ab0d61a7ddaf5d45f4de13fd46a2820c5'><td><a href='/date/2020-06-12T00:18:23/scroll-animations-1/'>00:18:23 PDT</a></td><td>2020-06-12 00:17:56 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Add issue mentioning that use cases need to be updated</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/a580b27ab0d61a7ddaf5d45f4de13fd46a2820c5/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-12T00:18:23/bikeshed/scroll-animations-1/'><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='93733fe30e5b02cc3f2a83c3576a1403e07456b0'><td><a href='/date/2020-06-12T00:12:06/scroll-animations-1/'>00:12:06 PDT</a></td><td>2020-06-12 00:11:33 PDT</td><td><span title='Brian Birtles (via Travis)'>brian_birtles__via_travis_</span></td><td>[scroll-animations-1] Editorial: that&#039;s ? that is</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/93733fe30e5b02cc3f2a83c3576a1403e07456b0/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-12T00:12:06/bikeshed/scroll-animations-1/'><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-08</th><tr data-revised-hash='997d9c4cda1d99dcd69fa78248ca3af3d9c5c5e5'><td><a href='/date/2020-06-08T08:48:58/scroll-animations-1/'>08:48:58 PDT</a></td><td>2020-06-08 08:48:31 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Link to issue for removing timeRange</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/997d9c4cda1d99dcd69fa78248ca3af3d9c5c5e5/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-08T08:48:58/bikeshed/scroll-animations-1/'><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-06</th><tr data-revised-hash='e718032bc37feb4fe30d3e5af2518f62d9539738'><td><a href='/date/2020-06-06T07:02:52/scroll-animations-1/'>07:02:52 PDT</a></td><td>2020-05-29 08:39:51 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations] Add threshold definition to element-based offset</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/e718032bc37feb4fe30d3e5af2518f62d9539738/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-06T07:02:52/bikeshed/scroll-animations-1/'><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-05</th><tr data-revised-hash='179eea2aa7d64c939f93813cad4495a3b9a90b54'><td><a href='/date/2020-06-05T09:25:28/scroll-animations-1/'>09:25:28 PDT</a></td><td>2020-06-03 18:30:53 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations] Move animation-timeline to css-animations-2 (#5159)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/179eea2aa7d64c939f93813cad4495a3b9a90b54/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-05T09:25:28/bikeshed/scroll-animations-1/'><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-02</th><tr data-revised-hash='acbb8956d268ed57aa69c689b24ccf61eb8299a4'><td><a href='/date/2020-06-02T06:48:14/scroll-animations-1/'>06:48:14 PDT</a></td><td>2020-06-02 06:47:14 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Use &lt;&lt;length-percentage&gt;&gt; to allow calc() (#4340)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/acbb8956d268ed57aa69c689b24ccf61eb8299a4/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-02T06:48:14/bikeshed/scroll-animations-1/'><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-01</th><tr data-revised-hash='f90a36b5165ddb84e813940be2eaf4e0f730979d'><td><a href='/date/2020-06-01T10:50:09/scroll-animations-1/'>10:50:09 PDT</a></td><td>2020-06-01 10:49:36 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Add Element-based offset (#4337) (#5124) Add basic definition for Element-based offsets Major changes: - Introduce concept of &quot;scroll timeline offset&quot; that can be container-based (existing concept) and element-based (new concept). - Add IDL for the new offset type and use it. - Define the process for each offset type to be resolved into an effective scroll offset. - Update current time calculation to resolve offsets and use the effective values. - Add basic diagram to show the behavior visually for a simple example Minor changes: - Rewrap lines to fit in 80 chars - Trim end-of-line whitespace - Clarify some definitions TODO (as follow ups): - Define threshold for element-based offset. - Add css syntax for element-based offsets. - Add more examples.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/f90a36b5165ddb84e813940be2eaf4e0f730979d/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-06-01T10:50:09/bikeshed/scroll-animations-1/'><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-05-26</th><tr data-revised-hash='681454ecdfe64cc1b5355762c5a21852c854bb75'><td><a href='/date/2020-05-26T06:32:35/scroll-animations-1/'>06:32:35 PDT</a></td><td>2020-05-25 23:59:04 PDT</td><td><span title='Anders Hartvoll Ruud'>anders_hartvoll_ruud</span></td><td>[scroll-animations] Fixup &quot;Inherited&quot; and incorrect markup</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/681454ecdfe64cc1b5355762c5a21852c854bb75/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-05-26T06:32:35/bikeshed/scroll-animations-1/'><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-05-08</th><tr data-revised-hash='c7eebd029858d94f6c8a3d747f887d59f2ef7dea'><td><a href='/date/2020-05-08T12:26:27/scroll-animations-1/'>12:26:27 PDT</a></td><td>2020-05-08 12:25:41 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Replace @timeline with @scroll-timeline (#5008)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/c7eebd029858d94f6c8a3d747f887d59f2ef7dea/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-05-08T12:26:27/bikeshed/scroll-animations-1/'><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-04-24</th><tr data-revised-hash='1b861e7578a506f7cddf668ad3f493351ae924f6'><td><a href='/date/2020-04-24T07:22:24/scroll-animations-1/'>07:22:24 PDT</a></td><td>2020-04-24 07:19:48 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Update status to ED Per CSSWG resolution [1], we graduated this specification from WICG to CSSWG a while back. So this is an official ED spec for CSSWG. The status and level are updated to reflect this. [1] https://github.com/w3c/csswg-drafts/issues/4337#issuecomment-532120609</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/1b861e7578a506f7cddf668ad3f493351ae924f6/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-04-24T07:22:24/bikeshed/scroll-animations-1/'><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='44ddd20c915c6a949fe04cc73a71f8fe95906f68'><td><a href='/date/2020-04-24T07:11:54/scroll-animations-1/'>07:11:54 PDT</a></td><td>2020-04-24 07:09:06 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Move remaining trigger text out of spec (#4913) The specification no longer has a trigger API. Now that we have a explainer, the explanation as to why we made this design decision belongs there. Also removed empty trigger examples from specification and updated usecases to mention that trigger usecases are deferred.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/44ddd20c915c6a949fe04cc73a71f8fe95906f68/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-04-24T07:11:54/bikeshed/scroll-animations-1/'><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-04-03</th><tr data-revised-hash='75cf4a7e4e621c8e194465748f21efe7cd786211'><td><a href='/date/2020-04-03T12:47:01/scroll-animations-1/'>12:47:01 PDT</a></td><td>2020-04-03 12:46:39 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations] Update scroll timeline css syntax and properties (#4338, #4336) (#4751) ## Introduce @timeline at-rule Allow animation-name property to be used to select timeline Update examples to use new syntax ## Use shorted names for properties: startScrollOffset =&gt; start endScrollOffset =&gt; end scrollSource =&gt; source ## Minor changes to avoid bikeshed WARNING: - disambiguate reference to rAF - Reference layout cycle</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/75cf4a7e4e621c8e194465748f21efe7cd786211/scroll-animations-1/Overview.bs'></a><a class='bikeshed success' href='/date/2020-04-03T12:47:01/bikeshed/scroll-animations-1/'><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-02-25</th><tr data-revised-hash='6afc3e97f33663c78c7afbfecfa4cf8b72bc0768'><td><a href='/date/2020-02-25T14:47:49/scroll-animations-1/'>14:47:49 PST</a></td><td>2020-02-25 07:48:37 PST</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Add gerchiko@microsoft.com as editor Also made the following updates to editors metadata: - Update to comma-separated format expected by bikeshed: https://tabatkins.github.io/bikeshed/#metadata - Add w3cid for existing editors - Update affiliation for birtles@</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/6afc3e97f33663c78c7afbfecfa4cf8b72bc0768/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-02-25T14:47:49/bikeshed/scroll-animations-1/'><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='b328cb684445c9ac8322c8158b55cff76e036005'><td><a href='/date/2020-02-25T07:34:54/scroll-animations-1/'>07:34:54 PST</a></td><td>2020-02-25 07:20:38 PST</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations-1] Add majidvp as editor Adding myself (majidvp@google.com) as editor to the spec. Also moving Stephen (smcgruer@google.com) to former editor section.</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b328cb684445c9ac8322c8158b55cff76e036005/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-02-25T07:34:54/bikeshed/scroll-animations-1/'><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-02-21</th><tr data-revised-hash='34f92579d86633002fc77cbe9be8666e86d2babd'><td><a href='/date/2020-02-21T12:23:19/scroll-animations-1/'>12:23:19 PST</a></td><td>2020-02-21 12:23:00 PST</td><td><span>autokagami</span></td><td>[scroll-animations-1] Align with Web IDL specification (constructor)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/34f92579d86633002fc77cbe9be8666e86d2babd/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-02-21T12:23:19/bikeshed/scroll-animations-1/'><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-02-12</th><tr data-revised-hash='968062586b5a4b2001493d78eb4ce6050d8d9686'><td><a href='/date/2020-02-12T10:56:50/scroll-animations-1/'>10:56:50 PST</a></td><td>2020-02-12 10:56:31 PST</td><td><span title='Stephen McGruer'>stephen_mcgruer</span></td><td>[scroll-animations-1] Removed fill from ScrollTimeline (#4750) * Fixed edit link by correcting shortname. Removed fill from ScrollTimeline in favor of returning Infinity values for before start and after end states of the timeline. * Removing unecessary editor * Swapped infinity values for 0 and time range. * Updated examples to include forward fill modes so that effects remain after scrolling past the end of the timeline * Added TODO to revisit the spec when animation timeline state has been more discussed</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/968062586b5a4b2001493d78eb4ce6050d8d9686/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-02-12T10:56:50/bikeshed/scroll-animations-1/'><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-02-09</th><tr data-revised-hash='b35a593ab9bb963526bbcb303146d27cf20f46e2'><td><a href='/date/2020-02-09T17:07:16/scroll-animations-1/'>17:07:16 PST</a></td><td>2020-02-06 08:01:01 PST</td><td><span title='Majid Valipour'>majidvp</span></td><td>Remove outdated trigger syntax from example</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/b35a593ab9bb963526bbcb303146d27cf20f46e2/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-02-09T17:07:16/bikeshed/scroll-animations-1/'><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/scroll-animations-1/'>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/scroll-animations-1/Overview.bs'></a><a class='bikeshed link-error' href='/date/2020-01-16T16:21:27/bikeshed/scroll-animations-1/'><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-18</th><tr data-revised-hash='855df6b69944e97fce501bdbe6c5fbbec214cf7d'><td><a href='/date/2019-09-18T19:39:52/scroll-animations-1/'>19:39:52 PDT</a></td><td>2019-09-18 19:35:08 PDT</td><td><span title='Majid Valipour'>majidvp</span></td><td>[scroll-animations] Update Group and URL in spec (#4334)</td><td><a class='icon view' href='https://hg.csswg.org/drafts/diff/855df6b69944e97fce501bdbe6c5fbbec214cf7d/scroll-animations-1/Overview.bs'></a><a class='bikeshed warning' href='/date/2019-09-18T19:39:52/bikeshed/scroll-animations-1/'><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/scroll-animations-1/' method='get'><input disabled type='submit' value='First'></form><form accept-charset='utf-8' action='/history/scroll-animations-1/' method='get'><input disabled type='submit' value='Previous'></form><span>Page 1 of 1</span><form accept-charset='utf-8' action='/history/page/2/scroll-animations-1/' method='get'><input disabled type='submit' value='Next'></form><form accept-charset='utf-8' action='/history/page/1/scroll-animations-1/' method='get'><input disabled type='submit' value='Last'></form></div></div></body></html>

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