- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 05:57:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv8345
Modified Files:
Overview.html infrastructure.html links.html spec.html
spec.preprocessed.html the-abbr-element.html
Log Message:
Fix capitalisation of 'microformats' to follow official convention. (whatwg r6797)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1706
retrieving revision 1.1707
diff -u -d -r1.1706 -r1.1707
--- Overview.html 1 Nov 2011 03:57:02 -0000 1.1706
+++ Overview.html 1 Nov 2011 05:57:10 -0000 1.1707
@@ -169,7 +169,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5438.</p>
+ 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
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
Index: the-abbr-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-abbr-element.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- the-abbr-element.html 1 Nov 2011 03:57:10 -0000 1.117
+++ the-abbr-element.html 1 Nov 2011 05:57:19 -0000 1.118
@@ -270,12 +270,12 @@
contents, along with a machine-readable form of those contents in
the <code title="attr-data-value"><a href="#attr-data-value" id="value_3">value</a></code> attribute.<p>The <dfn aria-haspopup="true" id="attr-data-value" role="button" tabindex="0"><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>The element can be used for several purposes.<p>When combined with Microformats or the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#microdata" title='Read about this "microdata attributes" reference in the full HTML5 spec.'>microdata attributes</a> defined in this
+ element's contents in a machine-readable format.<p>The element can be used for several purposes.<p>When combined with microformats or the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#microdata" title='Read about this "microdata attributes" reference in the full HTML5 spec.'>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" id="value_4">value</a></code>
- attribute is determined by the Microformat or microdata
+ attribute is determined by the microformats or microdata
vocabulary in use.<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
@@ -287,7 +287,7 @@
<div class="example">
<p>The <code><a href="#the-data-element" id="data_3">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" id="data_4">data</a></code> element:</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1836
retrieving revision 1.1837
diff -u -d -r1.1836 -r1.1837
--- spec.html 1 Nov 2011 03:57:02 -0000 1.1836
+++ spec.html 1 Nov 2011 05:57:10 -0000 1.1837
@@ -170,7 +170,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5438.</p>
+ 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
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2167,7 +2167,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="#attr-data" id="data-*=">data-*=""</a></code> attributes. These are
@@ -2182,7 +2182,7 @@
<li>Authors can use the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel=">rel=""</a></code> mechanism to annotate
links with specific meanings by registering <a href="#concept-rel-extensions" id="concept-rel-extensions_0" 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="#the-script-element" id="script-type="><script type=""></a></code> mechanism with a custom
type, for further handling by inline or server-side scripts.</li>
@@ -9262,12 +9262,12 @@
contents, along with a machine-readable form of those contents in
the <code title="attr-data-value"><a href="#attr-data-value" id="value_3">value</a></code> attribute.</p><p>The <dfn aria-haspopup="true" id="attr-data-value" role="button" tabindex="0"><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="http://dev.w3.org/html5/spec/.html#microdata" class="full-spec-link" title='Read about this "microdata attributes" reference in the full HTML5 spec.'>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="http://dev.w3.org/html5/spec/.html#microdata" class="full-spec-link" title='Read about this "microdata attributes" reference in the full HTML5 spec.'>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" id="value_4">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
@@ -9279,7 +9279,7 @@
<div class="example">
<p>The <code><a href="#the-data-element" id="data_3">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" id="data_4">data</a></code> element:</p>
@@ -22088,7 +22088,7 @@
elements. This keyword creates a <a href="#hyperlink" id="hyperlink_43">hyperlink</a>.</p><p>The <code title="rel-prev"><a href="#link-type-prev" id="prev_1">prev</a></code> keyword indicates that the
document is part of a sequence, and that the link is leading to the
document that is the previous logical document in the sequence.</p><h5 id="other-link-types"><span class="secno">4.12.3.14 </span>Other link types</h5><p><dfn aria-haspopup="true" id="concept-rel-extensions" role="button" tabindex="0">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="#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="#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>
@@ -22230,7 +22230,7 @@
</dd>
- </dl><p>Types defined as extensions in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats
+ </dl><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="#the-link-element" id="link_51">link</a></code>, <code><a href="#the-a-element" id="a_56">a</a></code>, and <code><a href="#the-area-element" id="area_49">area</a></code> elements
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.688
retrieving revision 1.689
diff -u -d -r1.688 -r1.689
--- spec.preprocessed.html 1 Nov 2011 03:57:09 -0000 1.688
+++ spec.preprocessed.html 1 Nov 2011 05:57:19 -0000 1.689
@@ -183,7 +183,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5438.</p>
+ 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
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -1722,7 +1722,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="#attr-data">data-*=""</a></code> attributes. These are
@@ -1737,7 +1737,7 @@
<li>Authors can use the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel=""</a></code> mechanism to annotate
links with specific meanings by registering <a href="#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="#the-script-element"><script type=""></a></code> mechanism with a custom
type, for further handling by inline or server-side scripts.</li>
@@ -8942,12 +8942,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" role="button" tabindex="0" aria-haspopup="true"><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
@@ -8959,7 +8959,7 @@
<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>
@@ -21953,7 +21953,7 @@
elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.</p><p>The <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword indicates that the
document is part of a sequence, and that the link is leading to the
document that is the previous logical document in the sequence.</p><h5 id="other-link-types"><span class="secno">4.12.4.14 </span>Other link types</h5><p><dfn id="concept-rel-extensions" role="button" tabindex="0" aria-haspopup="true">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="#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="#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>
@@ -22095,7 +22095,7 @@
</dd>
- </dl><p>Types defined as extensions in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats
+ </dl><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="#the-link-element">link</a></code>, <code><a href="#the-a-element">a</a></code>, and <code><a href="#the-area-element">area</a></code> elements
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.1144
retrieving revision 1.1145
diff -u -d -r1.1144 -r1.1145
--- infrastructure.html 29 Oct 2011 05:57:48 -0000 1.1144
+++ infrastructure.html 1 Nov 2011 05:57:10 -0000 1.1145
@@ -364,7 +364,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="global-attributes.html#attr-data" id="data-*=">data-*=""</a></code> attributes. These are
@@ -379,7 +379,7 @@
<li>Authors can use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel=">rel=""</a></code> mechanism to annotate
links with specific meanings by registering <a href="links.html#concept-rel-extensions" id="concept-rel-extensions_0" 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="the-script-element.html#the-script-element" id="script-type="><script type=""></a></code> mechanism with a custom
type, for further handling by inline or server-side scripts.</li>
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.611
retrieving revision 1.612
diff -u -d -r1.611 -r1.612
--- links.html 29 Oct 2011 05:57:49 -0000 1.611
+++ links.html 1 Nov 2011 05:57:10 -0000 1.612
@@ -562,7 +562,7 @@
elements. This keyword creates a <a href="#hyperlink" id="hyperlink_43">hyperlink</a>.<p>The <code title="rel-prev"><a href="#link-type-prev" id="prev_1">prev</a></code> keyword indicates that the
document is part of a sequence, and that the link is leading to the
document that is the previous logical document in the sequence.<h5 id="other-link-types"><span class="secno">4.12.3.14 </span>Other link types</h5><p><dfn aria-haspopup="true" id="concept-rel-extensions" role="button" tabindex="0">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>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>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:<dl><dt>Keyword</dt>
@@ -704,7 +704,7 @@
</dd>
- </dl><p>Types defined as extensions in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats
+ </dl><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="the-link-element.html#the-link-element" id="link_51">link</a></code>, <code><a href="the-a-element.html#the-a-element" id="a_56">a</a></code>, and <code><a href="the-area-element.html#the-area-element" id="area_49">area</a></code> elements
Received on Tuesday, 1 November 2011 05:59:36 UTC