- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Jul 2008 13:26:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv30984 Modified Files: Overview.html Overview.src.html Log Message: 1.1025 "Take all the fun out of <embed> and data-*. (bug 5809) (credit: hs) (whatwg r1836)" Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.280 retrieving revision 1.281 diff -u -d -r1.280 -r1.281 --- Overview.html 1 Jul 2008 12:21:36 -0000 1.280 +++ Overview.html 1 Jul 2008 13:26:27 -0000 1.281 @@ -98,6 +98,8 @@ <ul> <li id="conformance_wd2-toc"><a href="#conformance_wd2">Section 2.1, Conformance requirements</a> </li> +<li id="terminology_wd2-toc"><a href="#terminology_wd2">Section 2.2, Terminology</a> +</li> <li id="urls_wd2-toc"><a href="#urls_wd2">Section 2.3, URLs</a> </li> <li id="fetching_wd2-toc"><a href="#fetching_wd2">Section 2.6 [NEW], Fetching resources</a> @@ -654,6 +656,33 @@ HTML.</q></li> </ul> </div> + <div id="terminology_wd2" class="section"> + <h2>Section 2.2, Terminology <a class="hash" href="#terminology_wd2">#</a> <a class="toc-bak" href="#terminology_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#terminology">Section 2.2, Terminology</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#terminology">Section 2.2, Terminology</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>This section provides information about specific + technical terms used in the specification. In this + section, the following changes were made:</p> + <ul> + <li>The following statement was added: + <blockquote> + <p><q>Attribute names are said to be + XML-compatible if they match the Name production + defined in XML, they contain no U+003A COLON (:) + characters, and they do not start with three + characters “xml”.</q></p> + </blockquote> + </li> + </ul> + </div> <div id="urls_wd2" class="section"> <h2>Section 2.3, URLs <a class="hash" href="#urls_wd2">#</a> <a class="toc-bak" href="#urls_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#urls">Section 2.3, URLs</a>” in the current “Editor’s Draft” @@ -835,6 +864,14 @@ namespace may have an xmlns attribute specified, if, and only if, it has the exact value “http://www.w3.org/1999/xhtml”.</q></li> + <li>In the “Embedding custom non-visible data” + subsection, a statement defining <q>custom data + attributes</q> was revised to read (added text + highlighted): <q>A custom data attribute is an + attribute whose name starts with the string + “data-”, has at least one character after the + hyphen, <em class="highlight">is XML-compatible, + and has no namespace.</em></q></li> </ul> </div> </div> @@ -992,6 +1029,13 @@ is set, the text was revised to refer to <q>fetching</q> of the associated resource (rather than “downloading”).</li> + <li>A statement regarding attributes on the + <code class="element">embed</code> + element was revised to now read (added text + highlighted): <q>Any (namespace-less) attribute + may be specified on the embed element <em class="highlight">so long as its name is + XML-compatible</em>.</q> + </li> </ul> </div> <div id="the-object_wd2" class="section"> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.266 retrieving revision 1.267 diff -u -d -r1.266 -r1.267 --- Overview.src.html 1 Jul 2008 12:21:36 -0000 1.266 +++ Overview.src.html 1 Jul 2008 13:26:28 -0000 1.267 @@ -175,6 +175,23 @@ HTML.</q></li> </ul> </section> + <section id=terminology_wd2> + <h2>Section 2.2, Terminology</h2> + <p>This section provides information about specific + technical terms used in the specification. In this + section, the following changes were made:</p> + <ul> + <li>The following statement was added: + <blockquote> + <p><q>Attribute names are said to be + XML-compatible if they match the Name production + defined in XML, they contain no U+003A COLON (:) + characters, and they do not start with three + characters “xml”.</q></p> + </blockquote> + </li> + </ul> + </section> <section id=urls_wd2> <h2>Section 2.3, URLs</h2> <p>In previous drafts, the “URLs” section was a @@ -306,6 +323,14 @@ namespace may have an xmlns attribute specified, if, and only if, it has the exact value “http://www.w3.org/1999/xhtml”.</q></li> + <li>In the “Embedding custom non-visible data” + subsection, a statement defining <q>custom data + attributes</q> was revised to read (added text + highlighted): <q>A custom data attribute is an + attribute whose name starts with the string + “data-”, has at least one character after the + hyphen, <em class=highlight>is XML-compatible, + and has no namespace.</em></q></li> </ul> </section> </section> @@ -383,6 +408,14 @@ is set, the text was revised to refer to <q>fetching</q> of the associated resource (rather than “downloading”).</li> + <li>A statement regarding attributes on the + <code class=element>embed</code> + element was revised to now read (added text + highlighted): <q>Any (namespace-less) attribute + may be specified on the embed element <em + class=highlight>so long as its name is + XML-compatible</em>.</q> + </li> </ul> </section> <section id=the-object_wd2>
Received on Tuesday, 1 July 2008 13:27:03 UTC