File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ cssom-values/Overview.src.html
99cssom-view /cssom-view.json
1010cssom-view /Overview.src.html
1111* /Overview.html
12+ ! css-scoping-1 /Overview.html
13+ ! css-shadow-parts-1 /Overview.html
1214
1315* .DS_Store
1416* .orig
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < head >
3+ < meta charset ="utf-8 ">
4+ < title > Moved to CSS Shadow Module Level 1</ title >
5+ </ head >
6+ < body onload ='(function() { location.href = "https://drafts.csswg.org/css-shadow-1/" + location.hash; })() '>
7+ < p > Moved to < a href ="https://drafts.csswg.org/css-shadow-1/ "> CSS Shadow Module Level 1</ a > </ p >
8+ </ body >
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < head >
3+ < meta charset ="utf-8 ">
4+ < title > Merged into CSS Shadow Module Level 1</ title >
5+ </ head >
6+ < body onload ='(function() { location.href = "https://drafts.csswg.org/css-shadow-1/" + location.hash; })() '>
7+ < p > Merged into < a href ="https://drafts.csswg.org/css-shadow-1/ "> CSS Shadow Module Level 1</ a > </ p >
8+ </ body >
You can’t perform that action at this time.
0 commit comments