- From: poot <cvsmail@w3.org>
- Date: Mon, 5 Jul 2010 18:53:46 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added per-attribute links for <a> element back to corresponding
parts of HTML5; will add for other elements later
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.228&r2=1.229&f=h
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- a.html 5 Jul 2010 07:17:50 -0000 1.66
+++ a.html 5 Jul 2010 09:53:00 -0000 1.67
@@ -55,7 +55,7 @@
<dt>
<a class="attribute-name" id="a.attrs.name" title="a.attrs.name" href="a.html#a.attrs.name">name</a> = <span class="attr-values">
<a href="datatypes.html#common.data.id">ID</a>
- </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
+ </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-a-name">ⓘ</a></span>
</dt>
<dd>Specifies that its <a href="a.html#a">a</a> element is a
<dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>,
@@ -67,7 +67,8 @@
<dt>
<a class="attribute-name" id="a.attrs.href" title="a.attrs.href" href="a.html#a.attrs.href">href</a> = <span class="attr-values">
<a href="datatypes.html#common.data.uri">URI</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-href">ⓘ</a></span>
+</dt>
<dd>A URL that provides the destination of the hyperlink.
If the
<a href="a.html#a.attrs.href">href</a>
@@ -77,7 +78,7 @@
<dt>
<a class="attribute-name" id="a.attrs.target" title="a.attrs.target" href="a.html#a.attrs.target">target</a> = <span class="attr-values">
<a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a>
- </span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
+ </span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-target">ⓘ</a></span>
</dt>
<dd>A name or keyword giving a
<a href="terminology.html#context">browsing context</a> for UAs to use when
@@ -95,7 +96,8 @@
<dt>
<a class="attribute-name" id="a.attrs.rel" title="a.attrs.rel" href="a.html#a.attrs.rel">rel</a> = <span class="attr-values">
<a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-rel">ⓘ</a></span>
+</dt>
<dd>A list of tokens that specify the relationship between
the document containing the hyperlink and the destination
indicated by the hyperlink.</dd>
@@ -103,13 +105,14 @@
<dt>
<a class="attribute-name" id="a.attrs.hreflang" title="a.attrs.hreflang" href="a.html#a.attrs.hreflang">hreflang</a> = <span class="attr-values">
<a href="datatypes.html#common.data.langcode">language tag</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-hreflang">ⓘ</a></span>
+</dt>
<dd>The language of the destination of the hyperlink.</dd>
<dt>
<a class="attribute-name" id="a.attrs.media" title="a.attrs.media" href="a.html#a.attrs.media">media</a> = <span class="attr-values">
<a href="datatypes.html#common.data.mediaquery">media-query list</a>
- </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-media">ⓘ</a></span>
</dt>
<dd>The media for which the destination of the hyperlink
was designed.</dd>
@@ -117,7 +120,8 @@
<dt>
<a class="attribute-name" id="a.attrs.type" title="a.attrs.type" href="a.html#a.attrs.type">type</a> = <span class="attr-values">
<a href="datatypes.html#common.data.mimetype">MIME type</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-type">ⓘ</a></span>
+</dt>
<dd>The MIME type of the destination of the hyperlink.</dd>
</dl>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- spec.html 5 Jul 2010 07:17:54 -0000 1.228
+++ spec.html 5 Jul 2010 09:53:01 -0000 1.229
@@ -2732,7 +2732,7 @@
<dt>
<a class="attribute-name" id="a.attrs.name" title="a.attrs.name" href="#a.attrs.name">name</a> = <span class="attr-values">
<a href="#common.data.id">ID</a>
- </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
+ </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-a-name">ⓘ</a></span>
</dt>
<dd>Specifies that its <a href="#a">a</a> element is a
<dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>,
@@ -2744,7 +2744,8 @@
<dt>
<a class="attribute-name" id="a.attrs.href" title="a.attrs.href" href="#a.attrs.href">href</a> = <span class="attr-values">
<a href="#common.data.uri">URI</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-href">ⓘ</a></span>
+</dt>
<dd>A URL that provides the destination of the hyperlink.
If the
<a href="#a.attrs.href">href</a>
@@ -2754,7 +2755,7 @@
<dt>
<a class="attribute-name" id="a.attrs.target" title="a.attrs.target" href="#a.attrs.target">target</a> = <span class="attr-values">
<a href="#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a>
- </span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
+ </span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-target">ⓘ</a></span>
</dt>
<dd>A name or keyword giving a
<a href="#context">browsing context</a> for UAs to use when
@@ -2772,7 +2773,8 @@
<dt>
<a class="attribute-name" id="a.attrs.rel" title="a.attrs.rel" href="#a.attrs.rel">rel</a> = <span class="attr-values">
<a class="ref" href="#common.data.tokens" title="common.data.tokens">tokens</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-rel">ⓘ</a></span>
+</dt>
<dd>A list of tokens that specify the relationship between
the document containing the hyperlink and the destination
indicated by the hyperlink.</dd>
@@ -2780,13 +2782,14 @@
<dt>
<a class="attribute-name" id="a.attrs.hreflang" title="a.attrs.hreflang" href="#a.attrs.hreflang">hreflang</a> = <span class="attr-values">
<a href="#common.data.langcode">language tag</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-hreflang">ⓘ</a></span>
+</dt>
<dd>The language of the destination of the hyperlink.</dd>
<dt>
<a class="attribute-name" id="a.attrs.media" title="a.attrs.media" href="#a.attrs.media">media</a> = <span class="attr-values">
<a href="#common.data.mediaquery">media-query list</a>
- </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-media">ⓘ</a></span>
</dt>
<dd>The media for which the destination of the hyperlink
was designed.</dd>
@@ -2794,7 +2797,8 @@
<dt>
<a class="attribute-name" id="a.attrs.type" title="a.attrs.type" href="#a.attrs.type">type</a> = <span class="attr-values">
<a href="#common.data.mimetype">MIME type</a>
- </span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-type">ⓘ</a></span>
+</dt>
<dd>The MIME type of the destination of the hyperlink.</dd>
</dl>
Received on Monday, 5 July 2010 09:53:55 UTC