Skip to content

Commit cb54203

Browse files
committed
Describe open normalization issue in a bit more detail.
1 parent 42ffaa3 commit cb54203

2 files changed

Lines changed: 30 additions & 12 deletions

File tree

css3-conditional/Overview.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
<h1>CSS Conditional Rules Module Level 3</h1>
1919

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>
2121

2222
<dl>
2323
<dt>This version:
2424

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>
2727

2828
<dt>Latest version:
2929

@@ -797,8 +797,19 @@ <h2 id=at-document><span class=secno>7. </span>Document queries: the
797797
href="http://dev.w3.org/html5/spec/browsers.html#browsing-context">browsing
798798
context</a>.
799799

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>
802813

803814
<p>The &lsquo;<code class=css>@document</code>&rsquo; rule's condition is
804815
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>
12591270
<dt id=SVG11>[SVG11]
12601271

12611272
<dd>Erik Dahlstr&#246;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>
12661277
</dd>
12671278
<!---->
12681279
</dl>

css3-conditional/Overview.src.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,16 @@ <h2 id="at-document">Document queries: the '@document' rule</h2>
583583
of a document in a
584584
<a href="http://dev.w3.org/html5/spec/browsers.html#browsing-context">browsing context</a>.</p>
585585

586-
<p class="issue">What form of normalization is done on URLs and domains
587-
before matching?</p>
588-
586+
<div class="issue">What form of normalization is done on URLs and domains
587+
before matching? In particular, this specification needs to describe:
588+
<ul>
589+
<li>what form is used for the <a href="#url-of-doc">URL of the document
590+
being styled</a> (and what has been normalized in that form)</li>
591+
<li>what normalization (if any) happens to the argument of each of the match
592+
functions before the comparison that they describe and</li>
593+
<li>whether the
594+
comparison algorithm used is string comparison or some other URL
595+
comparison algorithm.</li></ul></div>
589596

590597
<p>The '@document' rule's condition is written as a
591598
comma-separated list of <dfn>URL matching functions</dfn>, and the

0 commit comments

Comments
 (0)