- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Apr 2010 23:49:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15736
Modified Files:
Overview.html
Log Message:
keep track of proposed markup for issue-81 in case it is needed (whatwg r4987)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4005
retrieving revision 1.4006
diff -u -d -r1.4005 -r1.4006
--- Overview.html 8 Apr 2010 07:00:11 -0000 1.4005
+++ Overview.html 8 Apr 2010 23:49:12 -0000 1.4006
@@ -2211,7 +2211,12 @@
contained animation data.<p class="example">A MPEG4 video file would not be considered to be
in a supported format if the compression format used was not
supported, even if the implementation could determine the dimensions
- of the movie from the file's metadata.<p>The term <dfn id="mime-type">MIME type</dfn> is used to refer to what is
+ of the movie from the file's metadata.</p><!--
+ <p>What some specifications, in particular the HTTP and URI
+ specifications, refer to as a <i>representation</i> is referred to
+ in this specification as a <dfn title="">resource</dfn>. <a
+ href="#refsHTTP">[HTTP]</a> <a href="#refsRFC3986">[RFC3986]</a></p>
+--><p>The term <dfn id="mime-type">MIME type</dfn> is used to refer to what is
sometimes called an <i>Internet media type</i> in protocol
literature. The term <i>media type</i> in this specification is used
to refer to the type of media intended for presentation, as used by
@@ -5508,7 +5513,7 @@
</div>
- <h4 id="content-type-sniffing"><span class="secno">2.6.3 </span>Determining the type of a resource</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/104">ISSUE-104</a> (sniffing-optional) blocks progress to Last Call</span></p>
+ <h4 id="content-type-sniffing"><span class="secno">2.6.3 </span>Determining the type of a resource</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
<p>The <dfn id="content-type" title="Content-Type">Content-Type metadata</dfn> of a
resource must be obtained and interpreted in a manner consistent
@@ -10530,7 +10535,7 @@
<link rel=alternate href="/en/pdf" hreflang=en type=application/pdf title="English PDF">
<link rel=alternate href="/fr/pdf" hreflang=fr type=application/pdf title="French PDF"></pre>
- </div><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/99">ISSUE-99</a> (meta-scheme) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>
+ </div><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
<dd><a href="#metadata-content">Metadata content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>If the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute is present, or if the element's <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0">head</a></code> element.</dd>
@@ -10719,7 +10724,7 @@
</dd>
- </dl><h5 id="other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/27">ISSUE-27</a> (rel-ownership) and <a href="http://www.w3.org/html/wg/tracker/issues/102">ISSUE-102</a> (meta-name-registry) block progress to Last Call</span><p><dfn id="concept-meta-extensions" title="concept-meta-extensions">Extensions to the predefined
+ </dl><h5 id="other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/27">ISSUE-27</a> (rel-ownership) blocks progress to Last Call</span><p><dfn id="concept-meta-extensions" title="concept-meta-extensions">Extensions to the predefined
set of metadata names</dfn> may be registered in the <a href="http://wiki.whatwg.org/wiki/MetaExtensions">WHATWG Wiki
MetaExtensions page</a>. <a href="#refsWHATWGWIKI">[WHATWGWIKI]</a><p>Anyone is free to edit the WHATWG Wiki MetaExtensions page at any
time to add a type. These new names must be specified with the
@@ -63384,7 +63389,7 @@
- <h4 id="other-elements-attributes-and-apis"><span class="secno">11.3.4 </span>Other elements, attributes and APIs</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/82">ISSUE-82</a> (profile-disambiguation) and <a href="http://www.w3.org/html/wg/tracker/issues/99">ISSUE-99</a> (meta-scheme) block progress to Last Call</span></p> <!-- alphabetical by name and attribute -->
+ <h4 id="other-elements-attributes-and-apis"><span class="secno">11.3.4 </span>Other elements, attributes and APIs</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/82">ISSUE-82</a> (profile-disambiguation) blocks progress to Last Call</span></p> <!-- alphabetical by name and attribute -->
<p>User agents must treat <code><a href="#acronym">acronym</a></code> elements in a manner
equivalent to <code><a href="#the-abbr-element">abbr</a></code> elements.</p>
Received on Thursday, 8 April 2010 23:49:18 UTC