File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html> < html lang ="en-US "> < head >
22 < meta charset ="utf-8 ">
33 < title > CSSOM Values Module</ title >
4- < style type =" text/css " >
5- pre .idl { border : solid thin; background : # eee ; color : # 000 ; padding : 0.5em }
6- pre .idl : link , pre .idl : visited { color : inherit; background : transparent }
4+ < style >
5+ .idl { border : solid thin; background : # eee ; color : # 000 ; padding : 0.5em }
6+ .idl : link , .idl : visited { color : inherit; background : transparent }
77 dfn { font-weight : bold; font-style : normal }
88 .example { margin-left : 1em ; padding-left : 1em ; border-left : double; color : # 222 ; background : # fcfcfc }
99 .example table code { color : inherit }
Original file line number Diff line number Diff line change 11<!DOCTYPE html> < html lang ="en-US "> < head >
22 < meta charset ="utf-8 ">
33 < title > CSSOM View Module</ title >
4- < link href ="cssom.css " rel ="stylesheet ">
4+ < style >
5+ .idl { border : solid thin; background : # eee ; color : # 000 ; padding : 0.5em }
6+ .idl : link , .idl : visited { color : inherit; background : transparent }
7+ dfn { font-weight : bold; font-style : normal }
8+ .example { margin-left : 1em ; padding-left : 1em ; border-left : double; color : # 222 ; background : # fcfcfc }
9+ .example table code { color : inherit }
10+ td , th { padding : .1em }
11+ .note { margin-left : 2em ; color : green; font-style : italic; font-weight : bold }
12+ p .note ::before { content : "Note: " }
13+ .XXX { padding : .5em ; border : solid red }
14+ p .XXX ::before { content : "Issue: " }
15+ dl .switch { padding-left : 2em }
16+ dl .switch > dt { text-indent : -1.5em }
17+ dl .switch > dt : before { content : '\21AA' ; padding : 0 0.5em 0 0 ; display : inline-block; width : 1em ; text-align : right; line-height : 0.5em }
18+ code { color : orangered }
19+ code : link , code : visited { color : inherit }
20+ </ style >
521 < link href ="https://www.w3.org/StyleSheets/TR/W3C-ED " rel ="stylesheet ">
622 </ head >
723 < body class ="draft ">
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments