- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2012 23:45:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv9875 Modified Files: html-xhtml-authoring-guide-ED-COPY.htm html-xhtml-authoring-guide.html Log Message: by --> with in section 7, per bug 16222 Index: html-xhtml-authoring-guide.html =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- html-xhtml-authoring-guide.html 13 Mar 2012 23:31:36 -0000 1.81 +++ html-xhtml-authoring-guide.html 13 Mar 2012 23:45:27 -0000 1.82 @@ -720,7 +720,7 @@ <!--OddPage--><h2><span class="secno">7. </span>Attributes</h2> <p> <a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> surrounds all attribute values with quotation marks. - <a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> surrounds attribute values by either single quotation marks or by double quotation marks. + <a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> surrounds attribute values with either single quotation marks or with double quotation marks. </p> <p> <a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> does not use newline characters within an attribute. Index: html-xhtml-authoring-guide-ED-COPY.htm =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide-ED-COPY.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- html-xhtml-authoring-guide-ED-COPY.htm 13 Mar 2012 23:31:36 -0000 1.3 +++ html-xhtml-authoring-guide-ED-COPY.htm 13 Mar 2012 23:45:27 -0000 1.4 @@ -653,7 +653,7 @@ <h2>Attributes</h2> <p> <a title="polyglot markup">Polyglot markup</a> surrounds all attribute values with quotation marks. - <a title="polyglot markup">Polyglot markup</a> surrounds attribute values by either single quotation marks or by double quotation marks. + <a title="polyglot markup">Polyglot markup</a> surrounds attribute values with either single quotation marks or with double quotation marks. </p> <p> <a title="polyglot markup">Polyglot markup</a> does not use newline characters within an attribute.
Received on Tuesday, 13 March 2012 23:45:34 UTC