html5/spec-author-view/index-of-terms attr-button-value.html,1.24,1.25 attr-embed-type.html,1.25,1.26 attr-input-checked.html,1.21,1.22 attr-input-pattern.html,1.38,1.39 attr-input-size.html,1.43,1.44 attr-input-step.html,1.39,1.40 attr-input-value.html,1.44,1.45 attr-object-typemustmatch.html,1.10,1.11 attr-script-charset.html,1.18,1.19 attr-tdth-headers.html,1.21,1.22 attr-textarea-maxlength.html,1.21,1.22 dom-link-disabled.html,1.18,1.19 dom-meter-value.html,1.12,1.13 dom-progress-value.html,1.11,1.12 dom-script-async.html,1.7,1.8 dom-style-disabled.html,1.18,1.19

Update of /sources/public/html5/spec-author-view/index-of-terms
In directory hutz:/tmp/cvs-serv13654/index-of-terms

Modified Files:
	attr-button-value.html attr-embed-type.html 
	attr-input-checked.html attr-input-pattern.html 
	attr-input-size.html attr-input-step.html 
	attr-input-value.html attr-object-typemustmatch.html 
	attr-script-charset.html attr-tdth-headers.html 
	attr-textarea-maxlength.html dom-link-disabled.html 
	dom-meter-value.html dom-progress-value.html 
	dom-script-async.html dom-style-disabled.html 
Log Message:
Remove some copypasta. (whatwg r6869)

[updated by splitter]


Index: dom-style-disabled.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-style-disabled.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dom-style-disabled.html	5 Jul 2011 11:36:49 -0000	1.18
+++ dom-style-disabled.html	10 Dec 2011 06:29:30 -0000	1.19
@@ -1,7 +1,7 @@
 <dl id="dom-style-disabled_index">
 <dd class="dfn-excerpt">
 <span><span>...
-  IDL attribute behaves as defined </span><a href="http://dev.w3.org/html5/spec/semantics.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.' class="full-spec-link">for the alternative style sheets
+  IDL attribute behaves as defined </span><a href="http://dev.w3.org/html5/spec/styling.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.' class="full-spec-link">for the alternative style sheets
   DOM</a>.</span>
 </dd>
 <dd>

Index: attr-embed-type.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-embed-type.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- attr-embed-type.html	5 Oct 2011 23:57:45 -0000	1.25
+++ attr-embed-type.html	10 Dec 2011 06:29:28 -0000	1.26
@@ -5,7 +5,7 @@
   plugin to instantiate is selected. The value must be a <a href="infrastructure.html#valid-mime-type">valid
   MIME type</a>. If both the <code title="attr-embed-type"><a href="the-embed-element.html#attr-embed-type">type</a></code> attribute and the <code title="attr-embed-src"><a href="the-embed-element.html#attr-embed-src">src</a></code> attribute are present, then the
   <code title="attr-embed-type"><a href="the-embed-element.html#attr-embed-type">type</a></code> attribute must specify the
-  same type as the <a href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "explicit Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">explicit Content-Type
+  same type as the <a href="http://dev.w3.org/html5/spec/urls.html#content-type" title='Read about this "explicit Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">explicit Content-Type
   metadata</a> of the resource given by the <code title="attr-embed-src"><a href="the-embed-element.html#attr-embed-src">src</a></code> attribute.</span>
 </dd>
 <dd>

Index: attr-input-value.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-value.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- attr-input-value.html	10 Dec 2011 06:13:46 -0000	1.44
+++ attr-input-value.html	10 Dec 2011 06:29:29 -0000	1.45
@@ -1,7 +1,7 @@
 <dl id="attr-input-value_index">
 <dd class="dfn-excerpt">
 <span><span>...
-  content attribute gives the default </span><a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> of the <code><a href="the-input-element.html#the-input-element">input</a></code>
+  content attribute gives the default </span><a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> of the <code><a href="the-input-element.html#the-input-element">input</a></code>
   element. </span>
 </dd>
 <dd>

Index: attr-input-checked.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-checked.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- attr-input-checked.html	6 Jul 2011 04:10:08 -0000	1.21
+++ attr-input-checked.html	10 Dec 2011 06:29:28 -0000	1.22
@@ -2,7 +2,7 @@
 <dd class="dfn-excerpt">
 <span><span>...
   content attribute is a </span><a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that gives the
-  default <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> of the
+  default <a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> of the
   <code><a href="the-input-element.html#the-input-element">input</a></code> element. </span>
 </dd>
 <dd>

Index: attr-button-value.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-button-value.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- attr-button-value.html	10 Dec 2011 06:13:43 -0000	1.24
+++ attr-button-value.html	10 Dec 2011 06:29:28 -0000	1.25
@@ -2,7 +2,7 @@
 <dd class="dfn-excerpt">
 <span><span>...
   attribute gives the element's value for the purposes of form
-  submission. The element's </span><a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> is the value of the element's
+  submission. The element's </span><a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> is the value of the element's
   <code title="attr-button-value"><a href="the-button-element.html#attr-button-value">value</a></code> attribute, if there is
   one, or the empty string otherwise.</span>
 </dd>

Index: dom-meter-value.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-meter-value.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dom-meter-value.html	10 Nov 2011 18:58:27 -0000	1.12
+++ dom-meter-value.html	10 Dec 2011 06:29:29 -0000	1.13
@@ -1,7 +1,7 @@
 <dl id="dom-meter-value_index">
 <dd class="dfn-excerpt">
 <span><span>... IDL
-  attribute, on getting, must return the </span><a href="http://dev.w3.org/html5/spec/the-button-element.html#concept-meter-actual" title='Read about this "actual value" reference in the full HTML5 spec.' class="full-spec-link">actual value</a>. On setting, the
+  attribute, on getting, must return the </span><a href="http://dev.w3.org/html5/spec/the-meter-element.html#concept-meter-actual" title='Read about this "actual value" reference in the full HTML5 spec.' class="full-spec-link">actual value</a>. On setting, the
   given value must be converted to the <a href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number" class="full-spec-link" title='Read about this "best representation of the number as a floating point number" reference in the full HTML5 spec.'>best representation of
   the number as a floating point number</a> and then the <code title="dom-meter-value"><a href="the-meter-element.html#dom-meter-value">value</a></code> content attribute must be set
   to that string.</span>

Index: attr-input-step.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-step.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- attr-input-step.html	10 Dec 2011 06:13:46 -0000	1.39
+++ attr-input-step.html	10 Dec 2011 06:29:29 -0000	1.40
@@ -2,7 +2,7 @@
 <dd class="dfn-excerpt">
 <span><span>...
   attribute indicates the granularity that is expected (and required)
-  of the </span><a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, by limiting the
+  of the </span><a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, by limiting the
   allowed values. </span>
 </dd>
 <dd>

Index: attr-script-charset.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-script-charset.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- attr-script-charset.html	5 Jul 2011 11:36:44 -0000	1.18
+++ attr-script-charset.html	10 Dec 2011 06:29:29 -0000	1.19
@@ -7,7 +7,7 @@
   must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the
   <a href="infrastructure.html#preferred-mime-name">preferred MIME name</a> for that encoding, and must match
   the encoding given in the <code title="">charset</code> parameter of
-  the <a href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">Content-Type metadata</a> of the
+  the <a href="http://dev.w3.org/html5/spec/urls.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">Content-Type metadata</a> of the
   external file, if any. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></span>
 </dd>
 <dd>

Index: dom-progress-value.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-progress-value.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dom-progress-value.html	10 Nov 2011 18:58:27 -0000	1.11
+++ dom-progress-value.html	10 Dec 2011 06:29:29 -0000	1.12
@@ -2,7 +2,7 @@
 <dd class="dfn-excerpt">
 <span><span>... IDL
   attribute, on getting, must return 0. Otherwise, it must return the
-  </span><a href="http://dev.w3.org/html5/spec/the-button-element.html#concept-progress-value" title='Read about this "current value" reference in the full HTML5 spec.' class="full-spec-link">current value</a>. On
+  </span><a href="http://dev.w3.org/html5/spec/the-progress-element.html#concept-progress-value" title='Read about this "current value" reference in the full HTML5 spec.' class="full-spec-link">current value</a>. On
   setting, the given value must be converted to the <a href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number" class="full-spec-link" title='Read about this "best representation of the number as a floating point number" reference in the full HTML5 spec.'>best
   representation of the number as a floating point number</a> and
   then the <code title="dom-progress-value"><a href="the-progress-element.html#dom-progress-value">value</a></code> content

Index: dom-script-async.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-script-async.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dom-script-async.html	5 Jul 2011 11:36:49 -0000	1.7
+++ dom-script-async.html	10 Dec 2011 06:29:29 -0000	1.8
@@ -2,13 +2,13 @@
 <dd class="dfn-excerpt">
 <span><span>... IDL
   attribute controls whether the element will execute asynchronously
-  or not. If the element's </span><a href="http://dev.w3.org/html5/spec/scripting-1.html#force-async" class="full-spec-link" title='Read about this ""force-async"" reference in the full HTML5 spec.'>"force-async"</a> flag is set,
+  or not. If the element's </span><a href="http://dev.w3.org/html5/spec/the-script-element.html#force-async" class="full-spec-link" title='Read about this ""force-async"" reference in the full HTML5 spec.'>"force-async"</a> flag is set,
   then, on getting, the <code title="dom-script-async"><a href="the-script-element.html#dom-script-async">async</a></code>
   IDL attribute must return true, and on setting, the
-  <a href="http://dev.w3.org/html5/spec/scripting-1.html#force-async" class="full-spec-link" title='Read about this ""force-async"" reference in the full HTML5 spec.'>"force-async"</a> flag must first be unset, and then the
+  <a href="http://dev.w3.org/html5/spec/the-script-element.html#force-async" class="full-spec-link" title='Read about this ""force-async"" reference in the full HTML5 spec.'>"force-async"</a> flag must first be unset, and then the
   content attribute must be removed if the IDL attribute's new value
   is false, and must be set to the empty string if the IDL attribute's
-  new value is true. If the element's <a href="http://dev.w3.org/html5/spec/scripting-1.html#force-async" class="full-spec-link" title='Read about this ""force-async"" reference in the full HTML5 spec.'>"force-async"</a> flag
+  new value is true. If the element's <a href="http://dev.w3.org/html5/spec/the-script-element.html#force-async" class="full-spec-link" title='Read about this ""force-async"" reference in the full HTML5 spec.'>"force-async"</a> flag
   is <em>not</em> set, the IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the
   <code title="attr-script-async"><a>...</a></code> content attribute.</span>
 </dd>

Index: attr-input-pattern.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-pattern.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- attr-input-pattern.html	10 Dec 2011 06:13:46 -0000	1.38
+++ attr-input-pattern.html	10 Dec 2011 06:29:29 -0000	1.39
@@ -2,8 +2,8 @@
 <dd class="dfn-excerpt">
 <span><span>...
   attribute specifies a regular expression against which the control's
-  </span><a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, or, when the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple">multiple</a></code> attribute applies and is
-  set, the control's <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-values" title='Read about this "values" reference in the full HTML5 spec.' class="full-spec-link">value<em>s</em></a>, are to be
+  </span><a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, or, when the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple">multiple</a></code> attribute applies and is
+  set, the control's <a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-values" title='Read about this "values" reference in the full HTML5 spec.' class="full-spec-link">value<em>s</em></a>, are to be
   checked.</span>
 </dd>
 <dd>

Index: attr-textarea-maxlength.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-textarea-maxlength.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- attr-textarea-maxlength.html	11 Aug 2011 00:59:33 -0000	1.21
+++ attr-textarea-maxlength.html	10 Dec 2011 06:29:29 -0000	1.22
@@ -2,7 +2,7 @@
 <dd class="dfn-excerpt">
 <span><span>...
   attribute is a </span><a href="attributes-common-to-form-controls.html#attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a> controlled by the
-  <code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> element's <a href="http://dev.w3.org/html5/spec/the-button-element.html#concept-textarea-dirty" title='Read about this "dirty value flag" reference in the full HTML5 spec.' class="full-spec-link">dirty value flag</a>.</span>
+  <code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> element's <a href="http://dev.w3.org/html5/spec/the-textarea-element.html#concept-textarea-dirty" title='Read about this "dirty value flag" reference in the full HTML5 spec.' class="full-spec-link">dirty value flag</a>.</span>
 </dd>
 <dd>
 <a href="the-textarea-element.html#maxlength_29"><span class="secno">4.10.13 </span>The <span><code>textarea</code></span> element</a>

Index: attr-object-typemustmatch.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-object-typemustmatch.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- attr-object-typemustmatch.html	5 Oct 2011 23:57:48 -0000	1.10
+++ attr-object-typemustmatch.html	10 Dec 2011 06:29:29 -0000	1.11
@@ -4,7 +4,7 @@
   attribute is a </span><a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> whose presence
   indicates that the resource specified by the <code title="attr-object-data"><a href="the-object-element.html#attr-object-data">data</a></code> attribute is only to be used if
   the value of the <code title="attr-object-type"><a href="the-object-element.html#attr-object-type">type</a></code>
-  attribute and the <a href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" class="full-spec-link" title='Read about this "Content-Type" reference in the full HTML5 spec.'>Content-Type</a> of the aforementioned
+  attribute and the <a href="http://dev.w3.org/html5/spec/urls.html#content-type" class="full-spec-link" title='Read about this "Content-Type" reference in the full HTML5 spec.'>Content-Type</a> of the aforementioned
   resource match.</span>
 </dd>
 <dd>

Index: dom-link-disabled.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/dom-link-disabled.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dom-link-disabled.html	5 Jul 2011 11:36:48 -0000	1.18
+++ dom-link-disabled.html	10 Dec 2011 06:29:29 -0000	1.19
@@ -3,7 +3,7 @@
 <span><span>... only applies
   to style sheet links. When the </span><code><a href="the-link-element.html#the-link-element">link</a></code> element defines a
   style sheet link, then the <code title="dom-link-disabled"><a href="the-link-element.html#dom-link-disabled">disabled</a></code> attribute behaves as
-  defined <a href="http://dev.w3.org/html5/spec/semantics.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.' class="full-spec-link">for the alternative
+  defined <a href="http://dev.w3.org/html5/spec/styling.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.' class="full-spec-link">for the alternative
   style sheets DOM</a>. For all other <code><a href="the-link-element.html#the-link-element">link</a></code> elements it
   always return false and does nothing on setting.</span>
 </dd>

Index: attr-input-size.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-size.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- attr-input-size.html	10 Dec 2011 06:13:46 -0000	1.43
+++ attr-input-size.html	10 Dec 2011 06:29:29 -0000	1.44
@@ -3,7 +3,7 @@
 <span><span>...
   attribute gives the number of characters that, in a visual
   rendering, the user agent is to allow the user to see while editing
-  the element's </span><a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</span>
+  the element's </span><a href="http://dev.w3.org/html5/spec/attributes-common-to-form-controls.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</span>
 </dd>
 <dd>
 <a href="the-input-element.html#size"><span class="secno">4.10.7 </span>The <span><code>input</code></span> element</a>

Index: attr-tdth-headers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-tdth-headers.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- attr-tdth-headers.html	30 Sep 2011 18:57:43 -0000	1.21
+++ attr-tdth-headers.html	10 Dec 2011 06:29:29 -0000	1.22
@@ -5,7 +5,7 @@
   must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique
   space-separated tokens</a> that are <a href="infrastructure.html#case-sensitive">case-sensitive</a>,
   each of which must have the value of an <a href="http://dev.w3.org/html5/spec/infrastructure.html#concept-id" title='Read about this "ID" reference in the full HTML5 spec.' class="full-spec-link">ID</a> of a <code><a href="the-th-element.html#the-th-element">th</a></code> element taking
-  part in the same <a href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.' class="full-spec-link">table</a> as the
+  part in the same <a href="http://dev.w3.org/html5/spec/attributes-common-to-td-and-th-elements.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.' class="full-spec-link">table</a> as the
   <code><a href="the-td-element.html#the-td-element">td</a></code> or <code><a href="the-th-element.html#the-th-element">th</a></code> element.</span>
 </dd>
 <dd>

Received on Saturday, 10 December 2011 06:31:08 UTC