|
17 | 17 |
|
18 | 18 | <h1>CSS Conditional Rules Module Level 3</h1> |
19 | 19 |
|
20 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2> |
| 20 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 August 2011</h2> |
21 | 21 |
|
22 | 22 | <dl> |
23 | 23 | <dt>This version: |
24 | 24 |
|
25 | | - <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110630/"> |
26 | | - http://www.w3.org/TR/2011/ED-css3-conditional-20110630</a> |
| 25 | + <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110803/"> |
| 26 | + http://www.w3.org/TR/2011/ED-css3-conditional-20110803</a> |
27 | 27 |
|
28 | 28 | <dt>Latest version: |
29 | 29 |
|
@@ -797,8 +797,19 @@ <h2 id=at-document><span class=secno>7. </span>Document queries: the |
797 | 797 | href="http://dev.w3.org/html5/spec/browsers.html#browsing-context">browsing |
798 | 798 | context</a>. |
799 | 799 |
|
800 | | - <p class=issue>What form of normalization is done on URLs and domains |
801 | | - before matching? |
| 800 | + <div class=issue>What form of normalization is done on URLs and domains |
| 801 | + before matching? In particular, this specification needs to describe: |
| 802 | + <ul> |
| 803 | + <li>what form is used for the <a href="#url-of-doc">URL of the document |
| 804 | + being styled</a> (and what has been normalized in that form) |
| 805 | + |
| 806 | + <li>what normalization (if any) happens to the argument of each of the |
| 807 | + match functions before the comparison that they describe and |
| 808 | + |
| 809 | + <li>whether the comparison algorithm used is string comparison or some |
| 810 | + other URL comparison algorithm. |
| 811 | + </ul> |
| 812 | + </div> |
802 | 813 |
|
803 | 814 | <p>The ‘<code class=css>@document</code>’ rule's condition is |
804 | 815 | written as a comma-separated list of <dfn id=url-matching-functions>URL |
@@ -1259,10 +1270,10 @@ <h3 class=no-num id=other-references>Other references</h3> |
1259 | 1270 | <dt id=SVG11>[SVG11] |
1260 | 1271 |
|
1261 | 1272 | <dd>Erik Dahlström; et al. <a |
1262 | | - href="http://www.w3.org/TR/2011/WD-SVG11-20110512/"><cite>Scalable Vector |
1263 | | - Graphics (SVG) 1.1 (Second Edition).</cite></a> 12 May 2011. W3C Working |
1264 | | - Draft. (Work in progress.) URL: <a |
1265 | | - href="http://www.w3.org/TR/2011/WD-SVG11-20110512/">http://www.w3.org/TR/2011/WD-SVG11-20110512/</a> |
| 1273 | + href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector |
| 1274 | + Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed |
| 1275 | + Recommendation. (Work in progress.) URL: <a |
| 1276 | + href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a> |
1266 | 1277 | </dd> |
1267 | 1278 | <!----> |
1268 | 1279 | </dl> |
|
0 commit comments