- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 24 Jul 2011 18:57:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom In directory hutz:/tmp/cvs-serv17982 Modified Files: Overview.html Overview.src.html cssom-source Log Message: characters in the range 7F-9F need to be escaped too Index: Overview.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.html,v retrieving revision 1.156 retrieving revision 1.157 diff -u -d -r1.156 -r1.157 --- Overview.html 7 Jul 2011 12:41:33 -0000 1.156 +++ Overview.html 24 Jul 2011 18:57:47 -0000 1.157 @@ -19,7 +19,7 @@ code :link, code :visited { color:inherit } </style> - <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet"> + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet"> </head> <body class="draft"> @@ -29,18 +29,14 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <!--end-logo--> <h1 id="cssom">CSSOM</h1> - <h2 class="no-num no-toc" id="w3c-working-draft-12-july-2011">W3C Working Draft 12 July 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-24-july-2011">Editor's Draft 24 July 2011</h2> <dl> <dt>This Version:</dt> - <dd class="publish"><a href="http://www.w3.org/TR/2011/WD-cssom-20110712/">http://www.w3.org/TR/2011/WD-cssom-20110712/</a></dd> - - <dt class="publish">Latest Version:</dt> - <dd class="publish"><a href="http://www.w3.org/TR/cssom/">http://www.w3.org/TR/cssom/</a></dd> - - <dt class="publish">Latest Editor's draft:</dt> - <dd class="publish"><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd> + <dd class="dontpublish"><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a> + <dt class="dontpublish">Previous Version:</dt> + <dd class="dontpublish"><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</a></dd> <dt>Editor:</dt> <dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a> @@ -82,7 +78,7 @@ like this: “[<!---->cssom-view<!---->] <em>…summary of comment…</em>” - <p>This is the 12 July 2011 First Public Working Draft of CSSOM, produced by the + <p>This is the 24 July 2011 First Public Working Draft of CSSOM, produced by the <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of the <a href="http://www.w3.org/Style/">Style Activity</a>). <!--XXX remove "First Public" after initial publication --> @@ -285,11 +281,12 @@ by the concatenation of, for each character of the identifier:</p> <ul> - <li>If the character is in the range U+0000 to U+001F, the character - <a href="#serialize-a-character-as-code-point" title="serialize a character as code point">escaped as code point</a>.</li> + <li>If the character is in the range U+0000 to U+001F or U+007F to + U+009F, the character + <a href="#serialize-a-character-as-code-point" title="serialize a character as code point">escaped as code point</a>. <li>If the character is the first character and is in the range 0-9 (U+0030 to U+0039), the character - <a href="#serialize-a-character-as-code-point" title="serialize a character as code point">escaped as code point</a>.</li> + <a href="#serialize-a-character-as-code-point" title="serialize a character as code point">escaped as code point</a>. <li>If the character is the second character and is in the range 0-9 (U+0030 to U+0039) and the first character is a "<code>-</code>" (U+002D), the character @@ -312,8 +309,9 @@ '<code>"</code>' (U+0022):</p> <ul> - <li>If the character is in the range U+0000 to U+001F, the character - <a href="#serialize-a-character-as-code-point" title="serialize a character as code point">escaped as code point</a>.</li> + <li>If the character is in the range U+0000 to U+001F or U+007F to + U+009F, the character + <a href="#serialize-a-character-as-code-point" title="serialize a character as code point">escaped as code point</a>. <li>If the character is '<code>"</code>' (U+0022) or '<code>\</code>' (U+005C), the <a href="#serialize-a-character" title="serialize a character">escaped</a> character.</li> <li>Otherwise, the character itself.</li> @@ -3321,8 +3319,9 @@ Robert O'Callahan, Sjoerd Visscher, Simon Pieters, - Sylvain Galineau, and - Tarquin Wilton-Jones + Sylvain Galineau, + Tarquin Wilton-Jones, and + Zack Weinberg for contributing to this specification.</p> Index: cssom-source =================================================================== RCS file: /sources/public/csswg/cssom/cssom-source,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- cssom-source 7 Jul 2011 12:41:33 -0000 1.10 +++ cssom-source 24 Jul 2011 18:57:47 -0000 1.11 @@ -200,11 +200,12 @@ by the concatenation of, for each character of the identifier:</p> <ul> - <li>If the character is in the range U+0000 to U+001F, the character - <span title="serialize a character as code point">escaped as code point</span>.</li> + <li>If the character is in the range U+0000 to U+001F or U+007F to + U+009F, the character + <span title="serialize a character as code point">escaped as code point</span>. <li>If the character is the first character and is in the range 0-9 (U+0030 to U+0039), the character - <span title="serialize a character as code point">escaped as code point</span>.</li> + <span title="serialize a character as code point">escaped as code point</span>. <li>If the character is the second character and is in the range 0-9 (U+0030 to U+0039) and the first character is a "<code>-</code>" (U+002D), the character @@ -227,8 +228,9 @@ '<code>"</code>' (U+0022):</p> <ul> - <li>If the character is in the range U+0000 to U+001F, the character - <span title="serialize a character as code point">escaped as code point</span>.</li> + <li>If the character is in the range U+0000 to U+001F or U+007F to + U+009F, the character + <span title="serialize a character as code point">escaped as code point</span>. <li>If the character is '<code>"</code>' (U+0022) or '<code>\</code>' (U+005C), the <span title="serialize a character">escaped</span> character.</li> <li>Otherwise, the character itself.</li> @@ -2735,8 +2737,9 @@ Robert O'Callahan, Sjoerd Visscher, Simon Pieters, - Sylvain Galineau, and - Tarquin Wilton-Jones + Sylvain Galineau, + Tarquin Wilton-Jones, and + Zack Weinberg for contributing to this specification.</p> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.src.html,v retrieving revision 1.157 retrieving revision 1.158 diff -u -d -r1.157 -r1.158 --- Overview.src.html 7 Jul 2011 12:41:33 -0000 1.157 +++ Overview.src.html 24 Jul 2011 18:57:47 -0000 1.158 @@ -200,11 +200,12 @@ by the concatenation of, for each character of the identifier:</p> <ul> - <li>If the character is in the range U+0000 to U+001F, the character - <span title="serialize a character as code point">escaped as code point</span>.</li> + <li>If the character is in the range U+0000 to U+001F or U+007F to + U+009F, the character + <span title="serialize a character as code point">escaped as code point</span>. <li>If the character is the first character and is in the range 0-9 (U+0030 to U+0039), the character - <span title="serialize a character as code point">escaped as code point</span>.</li> + <span title="serialize a character as code point">escaped as code point</span>. <li>If the character is the second character and is in the range 0-9 (U+0030 to U+0039) and the first character is a "<code>-</code>" (U+002D), the character @@ -227,8 +228,9 @@ '<code>"</code>' (U+0022):</p> <ul> - <li>If the character is in the range U+0000 to U+001F, the character - <span title="serialize a character as code point">escaped as code point</span>.</li> + <li>If the character is in the range U+0000 to U+001F or U+007F to + U+009F, the character + <span title="serialize a character as code point">escaped as code point</span>. <li>If the character is '<code>"</code>' (U+0022) or '<code>\</code>' (U+005C), the <span title="serialize a character">escaped</span> character.</li> <li>Otherwise, the character itself.</li> @@ -3221,8 +3223,9 @@ Robert O'Callahan, Sjoerd Visscher, Simon Pieters, - Sylvain Galineau, and - Tarquin Wilton-Jones + Sylvain Galineau, + Tarquin Wilton-Jones, and + Zack Weinberg for contributing to this specification.</p>
Received on Sunday, 24 July 2011 18:57:51 UTC