File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 44 < meta charset =UTF-8 >
55 < title > DOM Parsing and Serialization</ title >
66 < style >
7- /* Make these stand-out more... */
8- .externalDFN {
9- font-style : italic;
10- background-color : # fff9d6 ;
11- }
12- /* Switch statement */
13- dl .switch dt ::before {
14- content : "↪ " ;
15- margin-left : 1em ;
16- }
17- /* Better spacing around various lists (implied paragraph children) */
18- ol > li , section : not (# toc ) ul > li , section dl > dt {
19- margin : 1em 0 ;
20- }
7+ /* make var stand out */
218 var { color : maroon; }
229 /* domintro styling */
2310 dl .domintro {
4128 padding : 2px ;
4229 content : "This box is non-normative. Implementation requirements are given below this box." ;
4330 }
44- /* Fancy table stuff */
45- table {
46- border-collapse : collapse;
47- }
48- thead tr {
49- border-bottom : 2px solid black;
50- }
51- tbody tr : not (: last-child ) {
52- border-bottom : 1px solid black;
53- }
54- td {
55- border-left : 1px solid black;
56- padding : 4px ;
57- }
5831 /* Extra IDL :-) */
5932 .extraidl {
6033 line-height : 120% ;
You can’t perform that action at this time.
0 commit comments