- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 05:46:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7338 Modified Files: infrastructure.html links.html spec.html text-level-semantics.html Log Message: Fix capitalisation of 'microformats' to follow official convention. (whatwg r6797) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1119 retrieving revision 1.1120 diff -u -d -r1.1119 -r1.1120 --- infrastructure.html 27 Oct 2011 20:46:43 -0000 1.1119 +++ infrastructure.html 1 Nov 2011 05:46:25 -0000 1.1120 @@ -1217,7 +1217,7 @@ elements, while using the most applicable existing "real" HTML element, so that browsers and other tools that don't know of the extension can still support it somewhat well. This is the tack used - by Microformats, for example.</li> + by microformats, for example.</li> <li>Authors can include data for inline client-side scripts or server-side site-wide scripts to process using the <code title="attr-data-*"><a href="elements.html#attr-data">data-*=""</a></code> attributes. These are @@ -1232,7 +1232,7 @@ <li>Authors can use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel=""</a></code> mechanism to annotate links with specific meanings by registering <a href="links.html#concept-rel-extensions" title="concept-rel-extensions">extensions to the predefined set of - link types</a>. This is also used by Microformats.</li> + link types</a>. This is also used by microformats.</li> <li>Authors can embed raw data using the <code title="script"><a href="scripting-1.html#the-script-element"><script type=""></a></code> mechanism with a custom type, for further handling by inline or server-side scripts.</li> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1064 retrieving revision 1.1065 diff -u -d -r1.1064 -r1.1065 --- text-level-semantics.html 1 Nov 2011 03:46:25 -0000 1.1064 +++ text-level-semantics.html 1 Nov 2011 05:46:26 -0000 1.1065 @@ -1049,12 +1049,12 @@ contents, along with a machine-readable form of those contents in the <code title="attr-data-value"><a href="#attr-data-value">value</a></code> attribute.</p><p>The <dfn id="attr-data-value" title="attr-data-value"><code>value</code></dfn> attribute must be present. Its value must be a representation of the - element's contents in a machine-readable format.</p><p>The element can be used for several purposes.</p><p>When combined with Microformats or the <a href="#microdata">microdata attributes</a> defined in this + element's contents in a machine-readable format.</p><p>The element can be used for several purposes.</p><p>When combined with microformats or the <a href="#microdata">microdata attributes</a> defined in this specification, the element serves to provide both a machine-readable value for the purposes of data procesors, and a human-readable value for the purposes of rendering in a Web browser. In this case, the format to be used in the <code title="attr-data-value"><a href="#attr-data-value">value</a></code> - attribute is determined by the Microformat or microdata + attribute is determined by the microformats or microdata vocabulary in use.</p><p>The element can also, however, be used in conjunction with scripts in the page, for when a script has a literal value to store alongside a human-readable value. In such cases, the format to be @@ -1068,7 +1068,7 @@ </div><div class="example"> <p>The <code><a href="#the-data-element">data</a></code> element can be used to encode dates, for - example in Microformats. The following shows a hypothetical way of + example in microformats. The following shows a hypothetical way of encoding an event using a variant on hCalendar that uses the <code><a href="#the-data-element">data</a></code> element:</p> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- links.html 29 Oct 2011 05:46:27 -0000 1.99 +++ links.html 1 Nov 2011 05:46:26 -0000 1.100 @@ -967,7 +967,7 @@ the <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword.</p> </div><h5 id="other-link-types"><span class="secno">4.12.4.14 </span>Other link types</h5><p><dfn id="concept-rel-extensions" title="concept-rel-extensions">Extensions to the predefined - set of link types</dfn> may be registered in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats wiki existing-rel-values page</a>. <a href="references.html#refsMFREL">[MFREL]</a></p><p>Anyone is free to edit the <span title="">Microformats wiki + set of link types</dfn> may be registered in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">microformats wiki existing-rel-values page</a>. <a href="references.html#refsMFREL">[MFREL]</a></p><p>Anyone is free to edit the <span title="">microformats wiki existing-rel-values page</span> at any time to add a type. Extension types must be specified with the following information:</p><dl><dt>Keyword</dt> @@ -1111,7 +1111,7 @@ </dl><div class="impl"> - <p>Conformance checkers must use the information given on the <span title="">Microformats wiki existing-rel-values page</span> to + <p>Conformance checkers must use the information given on the <span title="">microformats wiki existing-rel-values page</span> to establish if a value is allowed or not: values defined in this specification or marked as "proposed" or "ratified" must be accepted when used on the elements for which they apply as described in the @@ -1126,7 +1126,7 @@ add the value to the Wiki, with the details described above, with the "proposed" status.</p> - </div><p>Types defined as extensions in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats + </div><p>Types defined as extensions in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">microformats wiki existing-rel-values page</a> with the status "proposed" or "ratified" may be used with the <code title="">rel</code> attribute on <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1766 retrieving revision 1.1767 diff -u -d -r1.1766 -r1.1767 --- spec.html 1 Nov 2011 03:46:25 -0000 1.1766 +++ spec.html 1 Nov 2011 05:46:26 -0000 1.1767 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5438. +This is revision 1.5439. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 1 November 2011 05:46:34 UTC