html5/markup base.html,1.4,1.5 datagrid.html,1.5,1.6 html.html,1.4,1.5 iframe.html,1.4,1.5 meta.http-equiv.default-style.html,1.4,1.5 spec.html,1.25,1.26 terminology.html,1.6,1.7

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv23382

Modified Files:
	base.html datagrid.html html.html iframe.html 
	meta.http-equiv.default-style.html spec.html terminology.html 
Log Message:
h:tml; fixed all remaining broken IDREFs in element documentation


Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- iframe.html	3 May 2009 15:59:41 -0000	1.4
+++ iframe.html	8 Jun 2009 00:53:37 -0000	1.5
@@ -45,7 +45,8 @@
             <dt><a class="attribute-name" id="iframe.attrs.name" title="iframe.attrs.name" href="iframe.html#iframe.attrs.name">name</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.browsing-context" title="common.data.browsing-context">browsing-context</a>
     </span> </dt>
-            <dd>A valid browsing context name.</dd>
+            <dd>A valid <a href="terminology.html#context">browsing context</a>
+        name.</dd>
           
             <dt><a class="attribute-name" id="iframe.attrs.width" title="iframe.attrs.width" href="iframe.html#iframe.attrs.width">width</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
@@ -95,7 +96,7 @@
         content hosted by the <code><a href="iframe.html#iframe">iframe</a></code>.</dd>
           
             <dt><a class="attribute-name" id="iframe.attrs.seamless" title="iframe.attrs.seamless" href="iframe.html#iframe.attrs.seamless">seamless</a><span class="attr-values"> =   "seamless" |  "" </span> </dt>
-            <dd>Instructs the UA that the <code><a href="iframe.html#iframe">iframe</a></code> element's <a href=".html#browsing1">browsing context</a> is to be rendered
+            <dd>Instructs the UA that the <code><a href="iframe.html#iframe">iframe</a></code> element's <a href="terminology.html#context">browsing context</a> is to be rendered
         in a manner that makes it appear to be part of the
         containing document (seamlessly included in the parent
         document).</dd>

Index: datagrid.html
===================================================================
RCS file: /sources/public/html5/markup/datagrid.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- datagrid.html	3 Jun 2009 10:12:57 -0000	1.5
+++ datagrid.html	8 Jun 2009 00:53:37 -0000	1.6
@@ -41,8 +41,8 @@
         number of rows (zero or more).</dd>
           
             <dt><a class="attribute-name" id="datagrid.attrs.disabled" title="datagrid.attrs.disabled" href="datagrid.html#datagrid.attrs.disabled">disabled</a><span class="attr-values"> =   "disabled" |  "" </span> </dt>
-            <dd>Instructs the UA to disable the <code><a href=".html#datagrid0">datagrid</a></code>, preventing the
-        user from interacting with it.</dd>
+            <dd>Instructs the UA to disable the <a href="datagrid.html#datagrid">datagrid</a>, preventing the user from
+      interacting with it.</dd>
           
         </dl></div>
       

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- html.html	3 May 2009 15:59:41 -0000	1.4
+++ html.html	8 Jun 2009 00:53:37 -0000	1.5
@@ -37,9 +37,8 @@
             <dt><a class="attribute-name" id="html.attrs.manifest" title="html.attrs.manifest" href="html.html#html.attrs.manifest">manifest</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
-            <dd>The address of the document's <a href=".html#application0">application cache</a> <a href=".html#the-manifest" title="concept-appcache-manifest">manifest</a>, if there is
-    one.
-  </dd>
+            <dd>The address of the document&#8217;s <dfn id="manifest">application cache manifest</dfn> (which
+        controls caching of resources for offline use).</dd>
           
         </dl></div>
       

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- meta.http-equiv.default-style.html	3 May 2009 15:59:42 -0000	1.4
+++ meta.http-equiv.default-style.html	8 Jun 2009 00:53:37 -0000	1.5
@@ -48,8 +48,9 @@
         sets of constraints:
         <ul>
           <li>The name must match the value of the <a href="common-attributes.html#common.attrs.title">title</a> attribute on a <a href="link.html#link">link</a>
-          element in the same document, and that <a href="link.html#link">link</a> element must have an <a href=".html#common.attrs.href">href</a> attribute that
-          references the location of a CSS stylesheet.</li>
+          element in the same document, and that <a href="link.html#link">link</a> element must have an <a href="shared-attributes.html#shared-hyperlink.attrs.href">href</a>
+          attribute that references the location of a CSS
+          stylesheet.</li>
           <li>The name must match the value of the <a href="common-attributes.html#common.attrs.title">title</a> attribute on a <a href="style.html#style">style</a>
           element in the same document, and the contents of that
           element must be a CSS stylesheet.</li>

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- terminology.html	7 Jun 2009 23:07:54 -0000	1.6
+++ terminology.html	8 Jun 2009 00:53:37 -0000	1.7
@@ -24,6 +24,9 @@
       LETTER Z) and the corresponding characters in the range
       U+0061 .. U+007A (that is, LATIN SMALL LETTER A to LATIN
     SMALL LETTER Z) are considered to also match.</dd>
+    <dt><dfn id="context">browsing context</dfn></dt>
+    <dd>A <a href="terminology.html#context">browsing context</a> is a collection
+      of one or more documents and one or more <a href="terminology.html#view">views</a>.</dd>
     <dt><dfn id="case-insensitive">case-insensitive</dfn></dt>
     <dd>The term <a href="terminology.html#case-insensitive">case-insensitive</a>
       is used throughout this specification to mean case
@@ -59,9 +62,6 @@
         <li>U+000D CARRIAGE RETURN (CR)</li>
       </ul>
     </dd>
-    <dt><dfn id="context">browsing context</dfn></dt>
-    <dd>A <a href="terminology.html#context">browsing context</a> is a collection
-      of one or more documents and one or more <a href="terminology.html#view">views</a>.</dd>
     <dt><dfn id="view">view</dfn></dt>
     <dd>A <a href="terminology.html#view">view</a> is as defined in <cite>Document
         Object Model (DOM) Level 2 Views</cite> <a href="references.html#refsDOM2VIEWS">[DOM2VIEWS]</a>.</dd>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- base.html	3 May 2009 15:59:40 -0000	1.4
+++ base.html	8 Jun 2009 00:53:37 -0000	1.5
@@ -38,15 +38,14 @@
             <dt><a class="attribute-name" id="base.attrs.href" title="base.attrs.href" href="base.html#base.attrs.href">href</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
-            <dd>A <a href=".html#valid8">valid URL</a>.
-  </dd>
+            <dd>The base URL for the document</dd>
           
             <dt><a class="attribute-name" id="base.attrs.target" title="base.attrs.target" href="base.html#base.attrs.target">target</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>
     </span> </dt>
-            <dd>A <a href=".html#valid10">valid browsing
-   context name or keyword</a>. User agents use this name when <a href=".html#following0">following hyperlinks</a>.
-  </dd>
+            <dd>A <a href="terminology.html#context">browsing context</a> name or
+        keyword. UAs use this value when following
+        hyperlinks.</dd>
           
         </dl></div>
       

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- spec.html	7 Jun 2009 23:07:54 -0000	1.25
+++ spec.html	8 Jun 2009 00:53:37 -0000	1.26
@@ -754,6 +754,9 @@
       LETTER Z) and the corresponding characters in the range
       U+0061 .. U+007A (that is, LATIN SMALL LETTER A to LATIN
     SMALL LETTER Z) are considered to also match.</dd>
+    <dt><dfn id="context">browsing context</dfn></dt>
+    <dd>A <a href="#context">browsing context</a> is a collection
+      of one or more documents and one or more <a href="#view">views</a>.</dd>
     <dt><dfn id="case-insensitive">case-insensitive</dfn></dt>
     <dd>The term <a href="#case-insensitive">case-insensitive</a>
       is used throughout this specification to mean case
@@ -789,9 +792,6 @@
         <li>U+000D CARRIAGE RETURN (CR)</li>
       </ul>
 </dd>
-    <dt><dfn id="context">browsing context</dfn></dt>
-    <dd>A <a href="#context">browsing context</a> is a collection
-      of one or more documents and one or more <a href="#view">views</a>.</dd>
     <dt><dfn id="view">view</dfn></dt>
     <dd>A <a href="#view">view</a> is as defined in <cite>Document
         Object Model (DOM) Level 2 Views</cite> <a href="#refsDOM2VIEWS">[DOM2VIEWS]</a>.</dd>
@@ -2758,16 +2758,15 @@
 <a class="attribute-name" id="base.attrs.href" title="base.attrs.href" href="#base.attrs.href">href</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
-            <dd>A <a href="#valid8">valid URL</a>.
-  </dd>
+            <dd>The base URL for the document</dd>
           
             <dt>
 <a class="attribute-name" id="base.attrs.target" title="base.attrs.target" href="#base.attrs.target">target</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>
     </span> </dt>
-            <dd>A <a href="#valid10">valid browsing
-   context name or keyword</a>. User agents use this name when <a href="#following0">following hyperlinks</a>.
-  </dd>
+            <dd>A <a href="#context">browsing context</a> name or
+        keyword. UAs use this value when following
+        hyperlinks.</dd>
           
         </dl>
 </div>
@@ -4119,8 +4118,8 @@
           
             <dt>
 <a class="attribute-name" id="datagrid.attrs.disabled" title="datagrid.attrs.disabled" href="#datagrid.attrs.disabled">disabled</a><span class="attr-values"> =   "disabled" |  "" </span> </dt>
-            <dd>Instructs the UA to disable the <code><a href="#datagrid0">datagrid</a></code>, preventing the
-        user from interacting with it.</dd>
+            <dd>Instructs the UA to disable the <a href="#datagrid">datagrid</a>, preventing the user from
+      interacting with it.</dd>
           
         </dl>
 </div>
@@ -6123,9 +6122,8 @@
 <a class="attribute-name" id="html.attrs.manifest" title="html.attrs.manifest" href="#html.attrs.manifest">manifest</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
-            <dd>The address of the document's <a href="#application0">application cache</a> <a href="#the-manifest" title="concept-appcache-manifest">manifest</a>, if there is
-    one.
-  </dd>
+            <dd>The address of the document&#8217;s <dfn id="manifest">application cache manifest</dfn> (which
+        controls caching of resources for offline use).</dd>
           
         </dl>
 </div>
@@ -6268,7 +6266,8 @@
 <a class="attribute-name" id="iframe.attrs.name" title="iframe.attrs.name" href="#iframe.attrs.name">name</a><span class="attr-values"> = 
       <a class="ref" href="#common.data.browsing-context" title="common.data.browsing-context">browsing-context</a>
     </span> </dt>
-            <dd>A valid browsing context name.</dd>
+            <dd>A valid <a href="#context">browsing context</a>
+        name.</dd>
           
             <dt>
 <a class="attribute-name" id="iframe.attrs.width" title="iframe.attrs.width" href="#iframe.attrs.width">width</a><span class="attr-values"> = 
@@ -6322,7 +6321,7 @@
           
             <dt>
 <a class="attribute-name" id="iframe.attrs.seamless" title="iframe.attrs.seamless" href="#iframe.attrs.seamless">seamless</a><span class="attr-values"> =   "seamless" |  "" </span> </dt>
-            <dd>Instructs the UA that the <code><a href="#iframe">iframe</a></code> element's <a href="#browsing1">browsing context</a> is to be rendered
+            <dd>Instructs the UA that the <code><a href="#iframe">iframe</a></code> element's <a href="#context">browsing context</a> is to be rendered
         in a manner that makes it appear to be part of the
         containing document (seamlessly included in the parent
         document).</dd>
@@ -10069,8 +10068,9 @@
         sets of constraints:
         <ul>
 <li>The name must match the value of the <a href="#common.attrs.title">title</a> attribute on a <a href="#link">link</a>
-          element in the same document, and that <a href="#link">link</a> element must have an <a href="#common.attrs.href">href</a> attribute that
-          references the location of a CSS stylesheet.</li>
+          element in the same document, and that <a href="#link">link</a> element must have an <a href="#shared-hyperlink.attrs.href">href</a>
+          attribute that references the location of a CSS
+          stylesheet.</li>
           <li>The name must match the value of the <a href="#common.attrs.title">title</a> attribute on a <a href="#style">style</a>
           element in the same document, and the contents of that
           element must be a CSS stylesheet.</li>

Received on Monday, 8 June 2009 00:53:46 UTC