- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Jul 2011 16:54:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4 In directory hutz:/tmp/cvs-serv28916 Modified Files: Overview.html Overview.src.html Log Message: Fix error in case-sensitivity section Index: Overview.html =================================================================== RCS file: /sources/public/csswg/selectors4/Overview.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Overview.html 25 Jul 2011 16:53:23 -0000 1.36 +++ Overview.html 25 Jul 2011 16:54:31 -0000 1.37 @@ -1462,7 +1462,7 @@ depends on the document language. To match attribute values case-insensitively regardless of document language rules, the attribute selector may be immediately followed by the identifier <code>i</code>. - When this flag is present, UAs must match the selector's value + When this flag is present, UAs must match the attribute's value case-insensitively within the ASCII range. <div class=example> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/selectors4/Overview.src.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- Overview.src.html 25 Jul 2011 16:53:23 -0000 1.38 +++ Overview.src.html 25 Jul 2011 16:54:31 -0000 1.39 @@ -983,7 +983,7 @@ depends on the document language. To match attribute values case-insensitively regardless of document language rules, the attribute selector may be immediately followed by the identifier <code>i</code>. When this flag is present, UAs - must match the selector's value case-insensitively within the ASCII range. + must match the attribute's value case-insensitively within the ASCII range. <div class="example"> <p>The following rule will style the <code>frame</code> attribute when it
Received on Monday, 25 July 2011 16:54:34 UTC