csswg/css3-conditional Overview.html,1.23,1.24 Overview.src.html,1.23,1.24

Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv11601

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Describe open normalization issue in a bit more detail.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.html	30 Jun 2011 19:19:23 -0000	1.23
+++ Overview.html	3 Aug 2011 21:52:30 -0000	1.24
@@ -17,13 +17,13 @@
 
    <h1>CSS Conditional Rules Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 August 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110630/">
-     http://www.w3.org/TR/2011/ED-css3-conditional-20110630</a>
+    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110803/">
+     http://www.w3.org/TR/2011/ED-css3-conditional-20110803</a>
 
     <dt>Latest version:
 
@@ -797,8 +797,19 @@
    href="http://dev.w3.org/html5/spec/browsers.html#browsing-context">browsing
    context</a>.
 
-  <p class=issue>What form of normalization is done on URLs and domains
-   before matching?
+  <div class=issue>What form of normalization is done on URLs and domains
+   before matching? In particular, this specification needs to describe:
+   <ul>
+    <li>what form is used for the <a href="#url-of-doc">URL of the document
+     being styled</a> (and what has been normalized in that form)
+
+    <li>what normalization (if any) happens to the argument of each of the
+     match functions before the comparison that they describe and
+
+    <li>whether the comparison algorithm used is string comparison or some
+     other URL comparison algorithm.
+   </ul>
+  </div>
 
   <p>The &lsquo;<code class=css>@document</code>&rsquo; rule's condition is
    written as a comma-separated list of <dfn id=url-matching-functions>URL
@@ -1259,10 +1270,10 @@
    <dt id=SVG11>[SVG11]
 
    <dd>Erik Dahlstr&#246;m; et al. <a
-    href="http://www.w3.org/TR/2011/WD-SVG11-20110512/"><cite>Scalable Vector
-    Graphics (SVG) 1.1 (Second Edition).</cite></a> 12 May 2011. W3C Working
-    Draft. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2011/WD-SVG11-20110512/">http://www.w3.org/TR/2011/WD-SVG11-20110512/</a>
+    href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector
+    Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed
+    Recommendation. (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a>
     </dd>
    <!---->
   </dl>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.src.html	30 Jun 2011 19:19:24 -0000	1.23
+++ Overview.src.html	3 Aug 2011 21:52:31 -0000	1.24
@@ -583,9 +583,16 @@
 of a document in a
 <a href="http://dev.w3.org/html5/spec/browsers.html#browsing-context">browsing context</a>.</p>
 
-<p class="issue">What form of normalization is done on URLs and domains
-before matching?</p>
-
+<div class="issue">What form of normalization is done on URLs and domains
+before matching?  In particular, this specification needs to describe:
+<ul>
+<li>what form is used for the <a href="#url-of-doc">URL of the document
+being styled</a> (and what has been normalized in that form)</li>
+<li>what normalization (if any) happens to the argument of each of the match
+functions before the comparison that they describe and</li>
+<li>whether the
+comparison algorithm used is string comparison or some other URL
+comparison algorithm.</li></ul></div>
 
 <p>The '@document' rule's condition is written as a
 comma-separated list of <dfn>URL matching functions</dfn>, and the

Received on Wednesday, 3 August 2011 21:52:37 UTC