csswg/css3-conditional Overview.html,1.34,1.35 Overview.src.html,1.34,1.35

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Note need for additional APIs as issue.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.html	31 Aug 2011 18:03:32 -0000	1.34
+++ Overview.html	31 Aug 2011 18:04:11 -0000	1.35
@@ -985,6 +985,9 @@
   <p class=issue>This specification needs to define the CSSOM interfaces for
    the new rule types.
 
+  <p class=issue>Should this specification also define APIs for querying
+   @supports, like <code>matchMedium</code> allows querying of media?
+
   <h2 id=conformance><span class=secno>9. </span>Conformance</h2>
 
   <h3 id=base-modules><span class=secno>9.1. </span>Base Modules</h3>
@@ -1157,8 +1160,8 @@
 
   <p> Thanks to the ideas and feedback from <span lang=tr>Tantek
    Çelik</span>, Elika Etemad, Pascal Germroth, <span lang=de>Björn
-   Höhrmann</span>, Alex Mogilevsky, Chris Moschini, Ben Ward, Zack
-   Weinberg, Boris Zbarsky, and all the rest of the <a
+   Höhrmann</span>, Paul Irish, Alex Mogilevsky, Chris Moschini, Ben Ward,
+   Zack Weinberg, Boris Zbarsky, and all the rest of the <a
    href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
    community.
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.src.html	31 Aug 2011 18:03:32 -0000	1.34
+++ Overview.src.html	31 Aug 2011 18:04:11 -0000	1.35
@@ -743,6 +743,9 @@
 <p class="issue">This specification needs to define the CSSOM interfaces
 for the new rule types.</p>
 
+<p class="issue">Should this specification also define APIs for querying
+@supports, like <code>matchMedium</code> allows querying of media?</p>
+
 <h2 id="conformance">Conformance</h2>
 
 <h3 id="base-modules">Base Modules</h3>
@@ -904,6 +907,7 @@
 Elika Etemad,
 Pascal Germroth,
 <span lang="de">Björn Höhrmann</span>,
+Paul Irish,
 Alex Mogilevsky,
 Chris Moschini,
 Ben Ward,

Received on Wednesday, 31 August 2011 18:04:29 UTC