|
5 | 5 | <title>Cascading Style Sheets Object Model (CSSOM)</title> |
6 | 6 |
|
7 | 7 | <style type="text/css"> |
8 | | -/* some things here are taken from http://whatwg.org/style/specification */ |
9 | | -pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em } |
10 | | -pre.idl :link, pre.idl :visited { color:inherit; background:transparent } |
11 | | -div.example { margin-left:1em; padding-left:1em; border-left:double; color:#222; background:#fcfcfc } |
12 | | -div.example table code { color:inherit } |
13 | | -td, th { padding:.1em } |
14 | | -.issue { padding:.5em; border:solid red } |
15 | | -.proposal { padding:.5em; border:solid blue } |
16 | | -p.issue::before { content:"Issue: " } |
17 | | -em.ct { text-transform:lowercase; font-variant:small-caps; font-style:normal } |
18 | | -dfn { font-weight:bold; font-style:normal } |
19 | | -code { color:orangered } |
20 | | -code :link, code :visited { color:inherit } |
21 | | -.members dt { margin:.5em 0 } |
22 | | -.members dd p:first-child { margin-top:0 } |
23 | | -.members dd p:last-child { margin-bottom:0 } |
| 8 | + pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em } |
| 9 | + pre.idl :link, pre.idl :visited { color:inherit; background:transparent } |
| 10 | + dfn { font-weight:bold; font-style:normal } |
| 11 | + div.example { margin-left:1em; padding-left:1em; border-left:double; color:#222; background:#fcfcfc } |
| 12 | + div.example table code { color:inherit } |
| 13 | + td, th { padding:.1em } |
| 14 | + .proposal { padding:.5em; border:solid blue } |
| 15 | + p.note { margin-left:2em; color:green; font-style:italic; font-weight:bold } |
| 16 | + p.note::before { content:"Note: " } |
| 17 | + .issue { padding:.5em; border:solid red } |
| 18 | + .issue::before { content:"Issue: " } |
| 19 | + em.ct { text-transform:lowercase; font-variant:small-caps; font-style:normal } |
| 20 | + code { color:orangered } |
| 21 | + code :link, code :visited { color:inherit } |
| 22 | + .members dt { margin:.5em 0 } |
| 23 | + .members dd p:first-child { margin-top:0 } |
| 24 | + .members dd p:last-child { margin-bottom:0 } |
24 | 25 | </style> |
25 | 26 | <link href="http://www.w3.org/StyleSheets/TR/base" rel=stylesheet> |
26 | 27 |
|
27 | 28 | <body class=draft> |
28 | 29 | <div class=head> |
29 | 30 | <h1 id=cssom>Cascading Style Sheets Object Model (<abbr>CSSOM</abbr>)</h1> |
30 | 31 |
|
31 | | - <h2 class="no-num no-toc" id="">Editor's draft <!--W3C Working Draft--> 16 |
| 32 | + <h2 class="no-num no-toc" id="">Editor's draft <!--W3C Working Draft--> 19 |
32 | 33 | January 2007</h2> |
33 | 34 |
|
34 | 35 | <dl> |
35 | 36 | <dt>This version: |
36 | 37 |
|
37 | 38 | <dd><a |
38 | | - href="http://www.w3.org/TR/2007/WD-cssom-20070116">http://www.w3.org/TR/2007/WD-cssom-20070116/</a> |
| 39 | + href="http://www.w3.org/TR/2007/WD-cssom-20070119">http://www.w3.org/TR/2007/WD-cssom-20070119/</a> |
39 | 40 |
|
40 | 41 | <dt>Latest version: |
41 | 42 |
|
@@ -1568,7 +1569,7 @@ <h4 id=the-documentcss><span class=secno>3.5.4. </span>The <code><a |
1568 | 1569 | Author !important styles |
1569 | 1570 | Override !important styles |
1570 | 1571 | User !important styles |
1571 | | - UA !important styles (fwiw) -- or does this come before user?! |
| 1572 | + UA !important styles (fwiw) - or does this come before user?! |
1572 | 1573 |
|
1573 | 1574 | on getting you actually don't create an override style sheet you just read |
1574 | 1575 | the computed style of a certain property. this should be clear. |
|
0 commit comments