html5/markup/elements base.html,1.3,1.4 datagrid.html,1.3,1.4 html.html,1.3,1.4 iframe.html,1.3,1.4 meta.http-equiv.default-style.html,1.2,1.3

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

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


Index: datagrid.html
===================================================================
RCS file: /sources/public/html5/markup/elements/datagrid.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- datagrid.html	20 Jan 2009 18:42:29 -0000	1.3
+++ datagrid.html	8 Jun 2009 00:53:37 -0000	1.4
@@ -9,9 +9,9 @@
   <div id="attributes">
     <dl>
       <dt id="datagrid.attrs.disabled">disabled</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>
     <dl>
       <dt id="datagrid.attrs.multiple">multiple</dt>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.http-equiv.default-style.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- meta.http-equiv.default-style.html	13 Feb 2009 12:07:30 -0000	1.2
+++ meta.http-equiv.default-style.html	8 Jun 2009 00:53:37 -0000	1.3
@@ -25,8 +25,9 @@
             >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>
+            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>

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- html.html	13 Feb 2009 12:07:29 -0000	1.3
+++ html.html	8 Jun 2009 00:53:37 -0000	1.4
@@ -8,12 +8,9 @@
   <div id="attributes">
     <dl>
       <dt id="html.attrs.manifest">manifest</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’s <dfn
+          id="manifest">application cache manifest</dfn> (which
+        controls caching of resources for offline use).</dd>
     </dl>
   </div>
   <div id="tags">

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/elements/iframe.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- iframe.html	13 Feb 2009 12:07:29 -0000	1.3
+++ iframe.html	8 Jun 2009 00:53:37 -0000	1.4
@@ -13,7 +13,8 @@
     </dl>
     <dl>
       <dt id="iframe.attrs.name">name</dt>
-      <dd>A valid browsing context name.</dd>
+      <dd>A valid <a href="#context">browsing context</a>
+        name.</dd>
     </dl>
     <dl>
       <dt id="iframe.attrs.sandbox">sandbox</dt>
@@ -24,7 +25,7 @@
       <dt id="iframe.attrs.seamless">seamless</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
+          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>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/elements/base.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- base.html	8 Jan 2009 10:19:31 -0000	1.3
+++ base.html	8 Jun 2009 00:53:37 -0000	1.4
@@ -10,14 +10,13 @@
   <div id="attributes">
     <dl>
       <dt id="base.attrs.href">href</dt>
-      <dd>A <a href="#valid8">valid URL</a>.
-  </dd>
+      <dd>The base URL for the document.</dd>
     </dl>
     <dl>
       <dt id="base.attrs.target">target</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>
 </div>

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