- From: poot <cvsmail@w3.org>
- Date: Mon, 5 Jul 2010 19:20:21 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added per-attribute HTML5 spec links for <area> element http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.229&r2=1.230&f=h =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- area.html 5 Jul 2010 07:17:50 -0000 1.61 +++ area.html 5 Jul 2010 10:19:38 -0000 1.62 @@ -60,7 +60,8 @@ <dt> <a class="attribute-name" id="area.attrs.alt" title="area.attrs.alt" href="area.html#area.attrs.alt">alt</a> = <span class="attr-values"> <a href="syntax.html#normal-character-data">normal character data</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-area-alt">ⓘ</a></span> +</dt> <dd>The <a href="terminology.html#fallback">fallback content</a> for the image map.</dd> @@ -68,7 +69,8 @@ <dt> <a class="attribute-name" id="area.attrs.href" title="area.attrs.href" href="area.html#area.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 for this <a href="area.html#area" class="element">area</a>.</dd> @@ -76,7 +78,8 @@ <dt> <a class="attribute-name" id="area.attrs.target" title="area.attrs.target" href="area.html#area.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> </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-target">ⓘ</a></span> +</dt> <dd>A name or keyword giving a <a href="terminology.html#context">browsing context</a> for UAs to use when following the hyperlink for this @@ -85,7 +88,7 @@ <dt> <a class="attribute-name" id="area.attrs.rel" title="area.attrs.rel" href="area.html#area.attrs.rel">rel</a> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</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-rel">ⓘ</a></span> </dt> <dd>A list of tokens that specify the relationship between the document containing the @@ -96,7 +99,7 @@ <dt> <a class="attribute-name" id="area.attrs.media" title="area.attrs.media" href="area.html#area.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> @@ -104,20 +107,21 @@ <dt> <a class="attribute-name" id="area.attrs.hreflang" title="area.attrs.hreflang" href="area.html#area.attrs.hreflang">hreflang</a> = <span class="attr-values"> <a href="datatypes.html#common.data.langcode">language tag</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-hreflang">ⓘ</a></span> </dt> <dd>The language of the destination of the hyperlink.</dd> <dt> <a class="attribute-name" id="area.attrs.type" title="area.attrs.type" href="area.html#area.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> <dt> <a class="attribute-name" id="area.attrs.shape.rect" title="area.attrs.shape.rect" href="area.html#area.attrs.shape.rect">shape</a> = <span class="attr-values"> "rect" </span><span class="punc postfix &">&</span> <a class="attribute-name" id="area.attrs.coords.rect" title="area.attrs.coords.rect" href="area.html#area.attrs.coords.rect">coords</a> = <span class="attr-values"><span class="model"> <a class="ref" href="datatypes.html#common.data.rectangle" title="common.data.rectangle">rectangle</a> - </span></span> + </span></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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a rectangle.</dd> @@ -125,7 +129,7 @@ <dt> <a class="attribute-name" id="area.attrs.shape.circle" title="area.attrs.shape.circle" href="area.html#area.attrs.shape.circle">shape</a> = <span class="attr-values"> "circle" </span><span class="punc postfix &">&</span> <a class="attribute-name" id="area.attrs.coords.circle" title="area.attrs.coords.circle" href="area.html#area.attrs.coords.circle">coords</a> = <span class="attr-values"><span class="model"> <a class="ref" href="datatypes.html#common.data.circle" title="common.data.circle">circle</a> - </span></span> + </span></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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a circle.</dd> @@ -133,13 +137,13 @@ <dt> <a class="attribute-name" id="area.attrs.shape.poly" title="area.attrs.shape.poly" href="area.html#area.attrs.shape.poly">shape</a> = <span class="attr-values"> "poly" </span><span class="punc postfix &">&</span> <a class="attribute-name" id="area.attrs.coords.poly" title="area.attrs.coords.poly" href="area.html#area.attrs.coords.poly">coords</a> = <span class="attr-values"><span class="model"> <a class="ref" href="datatypes.html#common.data.polygon" title="common.data.polygon">polygon</a> - </span></span> + </span></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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a polygon.</dd> <dt> -<a class="attribute-name" id="area.attrs.shape.default" title="area.attrs.shape.default" href="area.html#area.attrs.shape.default">shape</a> = <span class="attr-values"> "default" </span> +<a class="attribute-name" id="area.attrs.shape.default" title="area.attrs.shape.default" href="area.html#area.attrs.shape.default">shape</a> = <span class="attr-values"> "default" </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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a rectangle that exactly covers the Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.229 retrieving revision 1.230 diff -u -d -r1.229 -r1.230 --- spec.html 5 Jul 2010 09:53:01 -0000 1.229 +++ spec.html 5 Jul 2010 10:19:39 -0000 1.230 @@ -3199,7 +3199,8 @@ <dt> <a class="attribute-name" id="area.attrs.alt" title="area.attrs.alt" href="#area.attrs.alt">alt</a> = <span class="attr-values"> <a href="#normal-character-data">normal character data</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-area-alt">ⓘ</a></span> +</dt> <dd>The <a href="#fallback">fallback content</a> for the image map.</dd> @@ -3207,7 +3208,8 @@ <dt> <a class="attribute-name" id="area.attrs.href" title="area.attrs.href" href="#area.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 for this <a href="#area" class="element">area</a>.</dd> @@ -3215,7 +3217,8 @@ <dt> <a class="attribute-name" id="area.attrs.target" title="area.attrs.target" href="#area.attrs.target">target</a> = <span class="attr-values"> <a href="#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</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-target">ⓘ</a></span> +</dt> <dd>A name or keyword giving a <a href="#context">browsing context</a> for UAs to use when following the hyperlink for this @@ -3224,7 +3227,7 @@ <dt> <a class="attribute-name" id="area.attrs.rel" title="area.attrs.rel" href="#area.attrs.rel">rel</a> = <span class="attr-values"> <a class="ref" href="#common.data.tokens" title="common.data.tokens">tokens</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-rel">ⓘ</a></span> </dt> <dd>A list of tokens that specify the relationship between the document containing the @@ -3235,7 +3238,7 @@ <dt> <a class="attribute-name" id="area.attrs.media" title="area.attrs.media" href="#area.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> @@ -3243,20 +3246,21 @@ <dt> <a class="attribute-name" id="area.attrs.hreflang" title="area.attrs.hreflang" href="#area.attrs.hreflang">hreflang</a> = <span class="attr-values"> <a href="#common.data.langcode">language tag</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-hreflang">ⓘ</a></span> </dt> <dd>The language of the destination of the hyperlink.</dd> <dt> <a class="attribute-name" id="area.attrs.type" title="area.attrs.type" href="#area.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> <dt> <a class="attribute-name" id="area.attrs.shape.rect" title="area.attrs.shape.rect" href="#area.attrs.shape.rect">shape</a> = <span class="attr-values"> "rect" </span><span class="punc postfix &">&</span> <a class="attribute-name" id="area.attrs.coords.rect" title="area.attrs.coords.rect" href="#area.attrs.coords.rect">coords</a> = <span class="attr-values"><span class="model"> <a class="ref" href="#common.data.rectangle" title="common.data.rectangle">rectangle</a> - </span></span> + </span></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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a rectangle.</dd> @@ -3264,7 +3268,7 @@ <dt> <a class="attribute-name" id="area.attrs.shape.circle" title="area.attrs.shape.circle" href="#area.attrs.shape.circle">shape</a> = <span class="attr-values"> "circle" </span><span class="punc postfix &">&</span> <a class="attribute-name" id="area.attrs.coords.circle" title="area.attrs.coords.circle" href="#area.attrs.coords.circle">coords</a> = <span class="attr-values"><span class="model"> <a class="ref" href="#common.data.circle" title="common.data.circle">circle</a> - </span></span> + </span></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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a circle.</dd> @@ -3272,13 +3276,13 @@ <dt> <a class="attribute-name" id="area.attrs.shape.poly" title="area.attrs.shape.poly" href="#area.attrs.shape.poly">shape</a> = <span class="attr-values"> "poly" </span><span class="punc postfix &">&</span> <a class="attribute-name" id="area.attrs.coords.poly" title="area.attrs.coords.poly" href="#area.attrs.coords.poly">coords</a> = <span class="attr-values"><span class="model"> <a class="ref" href="#common.data.polygon" title="common.data.polygon">polygon</a> - </span></span> + </span></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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a polygon.</dd> <dt> -<a class="attribute-name" id="area.attrs.shape.default" title="area.attrs.shape.default" href="#area.attrs.shape.default">shape</a> = <span class="attr-values"> "default" </span> +<a class="attribute-name" id="area.attrs.shape.default" title="area.attrs.shape.default" href="#area.attrs.shape.default">shape</a> = <span class="attr-values"> "default" </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-area-shape">ⓘ</a></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-area-coords">ⓘ</a></span> </dt> <dd>Specifies that the shape of the area of this hyperlink on the image map is a rectangle that exactly covers the
Received on Monday, 5 July 2010 10:20:25 UTC