- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Feb 2012 15:52:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-hierarchies In directory hutz:/tmp/cvs-serv23447 Modified Files: Overview.html Overview.src.html Log Message: Add an issue about a link from nested rule to parent. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-hierarchies/Overview.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Overview.html 7 Feb 2012 15:50:21 -0000 1.14 +++ Overview.html 7 Feb 2012 15:52:10 -0000 1.15 @@ -423,6 +423,12 @@ must return a <code>DOMString</code> object containing the same text as the <code>selectorText</code> attribute. + <p class=issue>The OM here is meant to reflect the OM for ‘<code + class=css>@media</code>’ rules. In particular, the lack of a link + from a rule to its parent matches rules nested in ‘<code + class=css>@media</code>’. Should we add such a property to both of + these? + <h2 id=conformance><span class=secno>5. </span> Conformance</h2> <h3 id=conventions><span class=secno>5.1. </span> Document Conventions</h3> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-hierarchies/Overview.src.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.src.html 7 Feb 2012 15:50:21 -0000 1.15 +++ Overview.src.html 7 Feb 2012 15:52:10 -0000 1.16 @@ -287,6 +287,8 @@ <p>The <code>expandedSelectorText</code> attribute must return a <code>DOMString</code> object containing the result of replacing the ''&'' selector in the <code>selectorText</code> attribute with the <code>expandedSelectorText</code> attribute from the parent rule. If the rule has no parent rule, the <code>expandedSelectorText</code> attribute must return a <code>DOMString</code> object containing the same text as the <code>selectorText</code> attribute.</p> + <p class='issue'>The OM here is meant to reflect the OM for ''@media'' rules. In particular, the lack of a link from a rule to its parent matches rules nested in ''@media''. Should we add such a property to both of these?</p> + <h2 id="conformance"> Conformance</h2>
Received on Tuesday, 7 February 2012 15:54:18 UTC