- From: poot <cvsmail@w3.org>
- Date: Fri, 8 Oct 2010 03:44:58 +0900 (JST)
- To: public-html-diffs@w3.org
eliot: Removed redundant paragraph about submitting content.
http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.36&r2=1.37&f=h
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- html-xhtml-authoring-guide.html 7 Oct 2010 18:26:44 -0000 1.36
+++ html-xhtml-authoring-guide.html 7 Oct 2010 18:44:46 -0000 1.37
@@ -3,9 +3,13 @@
<!-- saved from url=(0050)http://dev.w3.org/2009/dap/ReSpec.js/template.html -->
<title>Polyglot Markup: HTML-Compatible XHTML Documents</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><!--
+
=== NOTA BENE ===
+
For the three scripts below, if your spec resides on dev.w3 you can check them
+
out in the same tree and use relative links so that they'll work offline,
+
-->
@@ -510,10 +514,10 @@
Nor does it define the meaning of the Internet Media Type text/html.
For user agent guidance and for these definitions, see [<cite><a href="#bib-HTML5" rel="biblioentry" class="bibref">HTML5</a></cite>] and [<cite><a href="#bib-RFC2854" rel="biblioentry" class="bibref">RFC2854</a></cite>].
</p>
- <p>Please submit comments regarding this document by using the W3C's public bug database (<a href="http://www.w3.org/Bugs/Public/">http://www.w3.org/Bugs/Public/</a>) with the product set to <kbd>HTML WG</kbd> and the component set to <kbd>HTML/XHTML Compatibility Authoring Guide (ed: Eliot Graff)</kbd>.
+ <p>This document was published by the <a href="http://www.w3.org/html/wg/">HTML</a> as an Editor's Draft. Please submit comments regarding this document by using the W3C's public bug database (<a href="http://www.w3.org/Bugs/Public/">http://www.w3.org/Bugs/Public/</a>) with the product set to <kbd>HTML WG</kbd> and the component set to <kbd>HTML/XHTML Compatibility Authoring Guide (ed: Eliot Graff)</kbd>.
If you cannot access the bug database, submit comments to <a href="mailto:public-html@w3.org@w3.org">public-html@w3.org@w3.org</a> (<a href="mailto:public-html@w3.org-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-html/">archives</a>) and arrangements will be made to transpose the comments to the bug database.
All feedback is welcome.</p>
-<p>This document was published by the <a href="http://www.w3.org/html/wg/">HTML</a> as an Editor's Draft. If you wish to make comments regarding this document, please send them to <a href="mailto:public-html@w3.org">public-html@w3.org</a> (<a href="mailto:public-html-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-html/">archives</a>). All feedback is welcome.</p><p>Publication
+<p>Publication
as a Editor's Draft does not imply endorsement by the W3C Membership.
This is a draft document and may be updated, replaced or obsoleted by
other documents at any time. It is inappropriate to cite this document
@@ -985,7 +989,9 @@
<p>When using language attributes, polyglot markup <em title="must" class="rfc2119">must</em> use both the <code>lang</code> and <code>xml:lang</code> attributes.
Neither attribute is to be used without the other.</p>
<!-- TODO Need to verify that XML ignores this
+
<p>Note that polyglot markup does not use the meta <code>Content-Language</code> element, as this element has no effect in XML for setting the language of content.</p>
+
-->
</div>
Received on Thursday, 7 October 2010 18:45:27 UTC