|
55 | 55 | src="http://www.w3.org/Icons/w3c_home" width=72> </a> |
56 | 56 | <h1>CSS Basic User Interface Module Level 3</h1> |
57 | 57 |
|
58 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 January |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 January |
59 | 59 | 2011</h2> |
60 | 60 |
|
61 | 61 | <dl> |
62 | 62 | <dt>This version:</dt> |
63 | | - <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110113">http://www.w3.org/TR/2011/ED-css3-ui-20110113</a></dd> --> |
| 63 | + <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110114">http://www.w3.org/TR/2011/ED-css3-ui-20110114</a></dd> --> |
64 | 64 |
|
65 | 65 | <dd><a |
66 | 66 | href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a> |
@@ -557,7 +557,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2> |
557 | 557 |
|
558 | 558 | <li class=no-num><a |
559 | 559 | href="#appendix-d.-default-style-sheet-addition">Appendix D. Default |
560 | | - style sheet additions for HTML4/XHTML1</a> |
| 560 | + style sheet additions for HTML and SVG</a> |
561 | 561 |
|
562 | 562 | <li class=no-num><a href="#appendix-e.-example-profiles">Appendix E. |
563 | 563 | Example profiles</a> |
@@ -3197,8 +3197,7 @@ <h4 id=pointer-events><span class=secno>10.1.2. </span><span |
3197 | 3197 | testing" behaviors such as dynamic pseudo-classes (:hover, :active, |
3198 | 3198 | :focus), hyperlinks, and Document.elementFromPoint(). |
3199 | 3199 |
|
3200 | | - <p>Related issues: <a |
3201 | | - href="http://wiki.csswg.org/spec/css3-ui#issue-5">4</a>, <a |
| 3200 | + <p>Related open issues: <a |
3202 | 3201 | href="http://wiki.csswg.org/spec/css3-ui#issue-5">5</a>, <a |
3203 | 3202 | href="http://wiki.csswg.org/spec/css3-ui#issue-6">6</a>, <a |
3204 | 3203 | href="http://wiki.csswg.org/spec/css3-ui#issue-7">7</a>, <a |
@@ -3835,12 +3834,13 @@ <h3 class=no-num id=changes-list>List of specific changes</h3> |
3835 | 3834 | </ul> |
3836 | 3835 |
|
3837 | 3836 | <h2 class=no-num id=appendix-d.-default-style-sheet-addition>Appendix D. |
3838 | | - Default style sheet additions for HTML4/XHTML1</h2> |
| 3837 | + Default style sheet additions for HTML and SVG</h2> |
3839 | 3838 |
|
3840 | 3839 | <p>This appendix is <em>informative</em>. |
3841 | 3840 |
|
3842 | | - <p>Potential additions to the base style sheet to express HTML4/XHTML1 form |
3843 | | - controls and a few HTML4/XHTML1 dynamic presentation attributes: |
| 3841 | + <p>Potential additions to the base style sheet to express HTML form |
| 3842 | + controls, a few dynamic presentation attributes, and some default SVG |
| 3843 | + behaviors: |
3844 | 3844 |
|
3845 | 3845 | <pre class=html4ss> |
3846 | 3846 |
|
@@ -4006,6 +4006,13 @@ <h2 class=no-num id=appendix-d.-default-style-sheet-addition>Appendix D. |
4006 | 4006 |
|
4007 | 4007 | */ |
4008 | 4008 |
|
| 4009 | +/* SVG initial values */ |
| 4010 | +@namespace svg "http://www.w3.org/2000/svg"; |
| 4011 | +svg|svg { pointer-events: visiblePainted } |
| 4012 | +/* setting it on the svg root element should be sufficient to mimic |
| 4013 | + the SVG specified behavior of initial: visiblePainted, the |
| 4014 | + remaining elements will inherit it accordingly */ |
| 4015 | + |
4009 | 4016 | </pre> |
4010 | 4017 |
|
4011 | 4018 | <h2 class=no-num id=appendix-e.-example-profiles>Appendix E. Example |
@@ -4320,7 +4327,7 @@ <h2 class=no-num id=appendix-f-test-suite>Appendix F: Test Suite</h2> |
4320 | 4327 | the <a href="http://www.w3.org/Style/CSS/Test/">CSS Test Suites</a> home |
4321 | 4328 | page. |
4322 | 4329 |
|
4323 | | - <p>Related issue: <a |
| 4330 | + <p>Related open issue: <a |
4324 | 4331 | href="http://wiki.csswg.org/spec/css3-ui#issue-1">1</a>. |
4325 | 4332 |
|
4326 | 4333 | <h2 class=no-num id=index>Index</h2> |
|
0 commit comments