- From: CVS User lsilli <cvsmail@w3.org>
- Date: Mon, 02 Sep 2013 04:39:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv16185/html-xhtml-author-guide
Modified Files:
html-xhtml-authoring-guide.html
Log Message:
replaced 'paragraph tag' by 'p tag'.
--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/09/02 04:32:46 1.130
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/09/02 04:39:55 1.131
@@ -146,9 +146,9 @@
<p>Using <a title="robustness">robust</a> syntax can enable documents to be parsed more reliable in less capable parsers.
But even if the document can be expected to be parsed and validated by fully HTML5 conforming tools,
- polyglot markup adds <a title="robustness">robustness</a>. As an example, when serialized as HTML, close tags for
- paragraph elements are entirely optional and will be inferred if not present. Inclusion of
- close tags, as required by XML and, thus, by polyglot markup, cause no harm beyond a minor increase
+ polyglot markup adds <a title="robustness">robustness</a>. As an example, when serialized as HTML, the closing tag for
+ the <code>p</code> element is entirely optional and will be inferred if not present. But inclusion of
+ closings tags, as required by XML and, thus, by polyglot markup, cause no harm beyond a minor increase
in transfer size (an increase often mitigated by compression), but does
allow validators to detect situations where the implicit closing rules
don't match what the author intended.
Received on Monday, 2 September 2013 04:39:56 UTC