html5/markup a.html,1.15,1.16 area.html,1.13,1.14 link.html,1.10,1.11 meta.http-equiv.default-style.html,1.10,1.11 patch-schema,1.66,1.67 shared-attributes.html,1.8,1.9 spec.html,1.68,1.69 terminology.html,1.11,1.12

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

Modified Files:
	a.html area.html link.html meta.http-equiv.default-style.html 
	patch-schema shared-attributes.html spec.html terminology.html 
Log Message:
un-share the documentation for all attributes that are common to <a>, <area>, and <link>


Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- meta.http-equiv.default-style.html	29 Jul 2009 11:23:45 -0000	1.10
+++ meta.http-equiv.default-style.html	29 Jul 2009 12:16:39 -0000	1.11
@@ -48,7 +48,7 @@
         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="shared-attributes.html#shared-hyperlink.attrs.href">href</a>
+          element in the same document, and that <a href="link.html#link">link</a> element must have an <a href="link.html#link.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>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- link.html	29 Jul 2009 11:23:45 -0000	1.10
+++ link.html	29 Jul 2009 12:16:39 -0000	1.11
@@ -14,8 +14,10 @@
 <div id="link" class="section">
       <h2 class="element-head"><span class="element">link</span> &#8211; <span class="shortdesc">inter-document relationship metadata</span> <a class="hash" href="#link">#</a> <a class="toc-bak" href="Overview.html#link-toc">T</a></h2>
       <div id="link-longdesc" class="longdesc">
-    <p>The <a href="link.html#link" class="element">link</a> element allows
-    authors to link their document to other resources.</p>
+    <p>The
+    <a href="link.html#link" class="element">link</a>
+    element represents metadata that expresses inter-document
+    relationships.</p>
   </div>
       <div class="no-number no-toc" id="link-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#link-content">#</a></h2>
@@ -28,15 +30,49 @@
         <h2 class="element-subhead">Attribute model <a class="hash" href="#link-attr-mdl">#</a></h2>
         <div class="attr-content-models">
           <p><a href="link.html#link.attrs">link.attrs</a> = <span class="pattern" id="link.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>?
+  &amp; <a class="ref" href="link.html#link.attrs.href" title="link.attrs.href">href</a>
+  &amp; <a class="ref" href="link.html#link.attrs.rel" title="link.attrs.rel">rel</a>
+  &amp; <a class="ref" href="link.html#link.attrs.hreflang" title="link.attrs.hreflang">hreflang</a>?
+  &amp; <a class="ref" href="link.html#link.attrs.media" title="link.attrs.media">media</a>?
+  &amp; <a class="ref" href="link.html#link.attrs.type" title="link.attrs.type">type</a>?
   &amp; <a class="ref" href="link.html#link.attrs.sizes" title="link.attrs.sizes">sizes</a>?</span></p></div></div>
       <div class="no-number no-toc" id="link-attributes">
         <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#link-attributes">#</a></h2>
         <dl class="attr-defs">
+            <dt><a class="attribute-name" id="link.attrs.href" title="link.attrs.href" href="link.html#link.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 URL that provides the
+        <a href="terminology.html#destination">destination resource</a>
+        of the <a href="link.html#link" class="element">link</a>.</dd>
+          
+            <dt><a class="attribute-name" id="link.attrs.rel" title="link.attrs.rel" href="link.html#link.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>
+            <dd>A list of tokens that specify the relationship between
+        the document containing the <a href="link.html#link" class="element">link</a> and the
+        <a href="terminology.html#destination">destination resource</a>
+        indicated by the <a href="link.html#link" class="element">link</a>.</dd>
+          
+            <dt><a class="attribute-name" id="link.attrs.hreflang" title="link.attrs.hreflang" href="link.html#link.attrs.hreflang">hreflang</a><span class="attr-values"> = 
+      <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a>
+    </span> </dt>
+            <dd>The language of the 
+        <a href="terminology.html#destination">destination resource</a>.</dd>
+          
+            <dt><a class="attribute-name" id="link.attrs.media" title="link.attrs.media" href="link.html#link.attrs.media">media</a><span class="attr-values"> = 
+      <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
+    </span> </dt>
+            <dd>The media for which the 
+        <a href="terminology.html#destination">destination resource</a>
+        was designed.</dd>
+          
+            <dt><a class="attribute-name" id="link.attrs.type" title="link.attrs.type" href="link.html#link.attrs.type">type</a><span class="attr-values"> = 
+      <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a>
+    </span> </dt>
+            <dd>The MIME type of the
+        <a href="terminology.html#destination">destination resource</a>.</dd>
+          
             <dt><a class="attribute-name" id="link.attrs.sizes" title="link.attrs.sizes" href="link.html#link.attrs.sizes">sizes</a><span class="attr-values"> = 
        "any"
       | <a class="ref" href="datatypes.html#common.data.sizes" title="common.data.sizes">sizes</a>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- area.html	29 Jul 2009 11:23:42 -0000	1.13
+++ area.html	29 Jul 2009 12:16:39 -0000	1.14
@@ -33,13 +33,13 @@
                     =
                   <span class="pattern" id="area.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>
   &amp; (<a class="ref" href="area.html#area.attrs.alt" title="area.attrs.alt">alt</a>
-         &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>)?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>?
+         &amp; <a class="ref" href="area.html#area.attrs.href" title="area.attrs.href">href</a>)?
+  &amp; <a class="ref" href="area.html#area.attrs.target" title="area.attrs.target">target</a>?
+  &amp; <a class="ref" href="area.html#area.attrs.ping" title="area.attrs.ping">ping</a>?
+  &amp; <a class="ref" href="area.html#area.attrs.rel" title="area.attrs.rel">rel</a>?
+  &amp; <a class="ref" href="area.html#area.attrs.media" title="area.attrs.media">media</a>?
+  &amp; <a class="ref" href="area.html#area.attrs.hreflang" title="area.attrs.hreflang">hreflang</a>?
+  &amp; <a class="ref" href="area.html#area.attrs.type" title="area.attrs.type">type</a>?
   &amp; <br></br>(<a class="ref" href="area.html#area.attrs.shape.rect" title="area.attrs.shape.rect">shape.rect</a>?
    &amp; <a class="ref" href="area.html#area.attrs.coords.rect" title="area.attrs.coords.rect">coords.rect</a>)
   | (<a class="ref" href="area.html#area.attrs.shape.circle" title="area.attrs.shape.circle">shape.circle</a>
@@ -57,6 +57,56 @@
         <a href="terminology.html#fallback">fallback content</a>
         for the image map.</dd>
           
+            <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
+    </span> </dt>
+            <dd>A URL that provides the
+        <a href="terminology.html#destination">destination resource</a>
+        of the hyperlink for this
+        <a href="area.html#area" class="element">area</a>.</dd>
+          
+            <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 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 name or keyword giving a
+        <a href="terminology.html#context">browsing context</a> for UAs to use when
+          following the hyperlink for this 
+          <a href="area.html#area" class="element">area</a>.</dd>
+          
+            <dt><a class="attribute-name" id="area.attrs.ping" title="area.attrs.ping" href="area.html#area.attrs.ping">ping</a><span class="attr-values"> = 
+      <a class="ref" href="datatypes.html#common.data.uris" title="common.data.uris">uris</a>
+    </span> </dt>
+            <dd>A list of URLs of resources to notify if a
+        user follows the hyperlink for this
+        <a href="area.html#area" class="element">area</a>.</dd>
+          
+            <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> </dt>
+            <dd>A list of tokens that specify the relationship between
+        the document containing the <a href="area.html#area" class="element">area</a> and the
+        <a href="terminology.html#destination">destination resource</a>
+        indicated by the <a href="area.html#area" class="element">area</a>.</dd>
+          
+            <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 class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
+    </span> </dt>
+            <dd>The media for which the 
+        <a href="terminology.html#destination">destination resource</a>
+        was designed.</dd>
+          
+            <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 class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a>
+    </span> </dt>
+            <dd>The language of the 
+        <a href="terminology.html#destination">destination resource</a>.</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 class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a>
+    </span> </dt>
+            <dd>The MIME type of the
+        <a href="terminology.html#destination">destination resource</a>.</dd>
+          
             <dt><a class="attribute-name" id="area.attrs.shape.rect" title="area.attrs.shape.rect" href="area.html#area.attrs.shape.rect">shape<span class="attr-qualifier">.rect</span></a><span class="attr-values"> =   "rect" </span><span class="punc"> &amp; </span><a class="attribute-name" id="area.attrs.coords.rect" title="area.attrs.coords.rect" href="area.html#area.attrs.coords.rect">coords<span class="attr-qualifier">.rect</span></a><span class="attr-values"> =  d:rectangle </span></dt>
             <dd>Specifies that the shape of the area of this hyperlink
         on the image map is a rectangle.</dd>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- a.html	29 Jul 2009 11:23:42 -0000	1.15
+++ a.html	29 Jul 2009 12:16:39 -0000	1.16
@@ -39,13 +39,13 @@
         <div class="attr-content-models">
           <p><a href="a.html#a.attrs">a.attrs</a> = <span class="pattern" id="a.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>
   &amp; <a class="ref" href="a.html#a.attrs.name" title="a.attrs.name">name</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>?
-  &amp; <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>?</span></p></div></div>
+  &amp; <a class="ref" href="a.html#a.attrs.href" title="a.attrs.href">href</a>?
+  &amp; <a class="ref" href="a.html#a.attrs.target" title="a.attrs.target">target</a>?
+  &amp; <a class="ref" href="a.html#a.attrs.rel" title="a.attrs.rel">rel</a>?
+  &amp; <a class="ref" href="a.html#a.attrs.hreflang" title="a.attrs.hreflang">hreflang</a>?
+  &amp; <a class="ref" href="a.html#a.attrs.media" title="a.attrs.media">media</a>?
+  &amp; <a class="ref" href="a.html#a.attrs.type" title="a.attrs.type">type</a>?
+  &amp; <a class="ref" href="a.html#a.attrs.ping" title="a.attrs.ping">ping</a>?</span></p></div></div>
       <div class="no-number no-toc" id="a-attributes">
         <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#a-attributes">#</a></h2>
         <dl class="attr-defs">
@@ -55,6 +55,53 @@
             <dd>Specifies that its <a href="a.html#a">a</a> element is a
         <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>.</dd>
           
+            <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
+    </span> </dt>
+            <dd>A URL that provides the
+        <a href="terminology.html#destination">destination resource</a>
+        of the hyperlink.</dd>
+          
+            <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 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 name or keyword giving a
+        <a href="terminology.html#context">browsing context</a> for UAs to use when
+          following the hyperlink.</dd>
+          
+            <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>
+            <dd>A list of tokens that specify the relationship between
+        the document containing the hyperlink and the
+        <a href="terminology.html#destination">destination resource</a>
+        indicated by the hyperlink.</dd>
+          
+            <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 class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a>
+    </span> </dt>
+            <dd>The language of the 
+        <a href="terminology.html#destination">destination resource</a>.</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 class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
+    </span> </dt>
+            <dd>The media for which the 
+        <a href="terminology.html#destination">destination resource</a>
+        was designed.</dd>
+          
+            <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 class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a>
+    </span> </dt>
+            <dd>The MIME type of the
+        <a href="terminology.html#destination">destination resource</a>.</dd>
+          
+            <dt><a class="attribute-name" id="a.attrs.ping" title="a.attrs.ping" href="a.html#a.attrs.ping">ping</a><span class="attr-values"> = 
+      <a class="ref" href="datatypes.html#common.data.uris" title="common.data.uris">uris</a>
+    </span> </dt>
+            <dd>A list of URLs of resources to notify if a
+        user follows the hyperlink.</dd>
+          
         </dl></div>
       
       <div class="no-number no-toc" id="a-assertions">

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- terminology.html	20 Jul 2009 14:56:54 -0000	1.11
+++ terminology.html	29 Jul 2009 12:16:40 -0000	1.12
@@ -39,6 +39,12 @@
     <dd>For <a href="documents.html#syntax-document-xml">documents in the XML
         syntax</a>, <a href="syntax.html#character-data">character data</a>
       is as defined in the XML specification <a href="references.html#refsXML">[XML]</a>.</dd>
+    <dt><dfn id="destination">destination resource</dfn></dt>
+    <dd>A resource that is the destination associated with an
+      <a href="a.html#a">a</a> element,
+      <a href="area.html#area">area</a> element,
+      or
+      <a href="link.html#link">link</a> element.</dd>
     <dt><dfn id="fallback">fallback content</dfn></dt>
     <dd>Some embedded content elements can have fallback content:
       content that is to be used when the external resource cannot

Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- patch-schema	29 Jul 2009 01:57:05 -0000	1.66
+++ patch-schema	29 Jul 2009 12:16:39 -0000	1.67
@@ -187,6 +187,63 @@
  	iframe.inner =
  		( text )
  
+@@ -361,20 +364,49 @@
+ 	area.attrs =
+ 		(	common.attrs
+ 		&	(	area.attrs.alt
+-			&	shared-hyperlink.attrs.href
++			&	area.attrs.href
+ 			)?
+-		&	shared-hyperlink.attrs.target?
+-		&	shared-hyperlink.attrs.ping?
+-		&	shared-hyperlink.attrs.rel?
+-		&	shared-hyperlink.attrs.media?
+-		&	shared-hyperlink.attrs.hreflang?
+-		&	shared-hyperlink.attrs.type?
++		&	area.attrs.target?
++		&	area.attrs.ping?
++		&	area.attrs.rel?
++		&	area.attrs.media?
++		&	area.attrs.hreflang?
++		&	area.attrs.type?
+ 		&	area.attrs.shape?
+ 		)
+ 		area.attrs.alt =
+ 			attribute alt {
+ 				text
+ 			}
++		area.attrs.href =
++		  attribute href {
++		    common.data.uri
++		  }
++		area.attrs.target =
++		  attribute target {
++		    common.data.browsing-context-or-keyword
++		  }
++		area.attrs.rel =
++		  attribute rel {
++		    common.data.tokens
++		  }
++		area.attrs.hreflang =
++		  attribute hreflang {
++		    common.data.langcode
++		  }
++		area.attrs.media =
++		  attribute media {
++		    common.data.mediaquery
++		  }
++		area.attrs.type =
++		  attribute type {
++		    common.data.mimetype
++		  }
++		area.attrs.ping =
++		  attribute ping {
++		    common.data.uris
++		  } & v5only
++
+ 		area.attrs.shape =
+ 			(	( area.attrs.shape.rect?  & area.attrs.coords.rect   )
+ 			|	( area.attrs.shape.circle & area.attrs.coords.circle )
 Index: schema/media.rnc
 ===================================================================
 --- schema/media.rnc	(revision 453)
@@ -307,6 +364,105 @@
  		,	common.inner.phrasing
  		)
  
+Index: schema/phrase.rnc
+===================================================================
+--- schema/phrase.rnc	(revision 453)
++++ schema/phrase.rnc	(working copy)
+@@ -13,13 +13,13 @@
+ 	a.attrs =
+ 		(	common.attrs
+ 		& a.attrs.name?
+-		&	shared-hyperlink.attrs.href?
+-		&	shared-hyperlink.attrs.target?
+-		&	shared-hyperlink.attrs.rel?
+-		&	shared-hyperlink.attrs.hreflang?
+-		&	shared-hyperlink.attrs.media?
+-		&	shared-hyperlink.attrs.type?
+-		&	shared-hyperlink.attrs.ping?
++		& a.attrs.href?
++		& a.attrs.target?
++		& a.attrs.rel?
++		& a.attrs.hreflang?
++		& a.attrs.media?
++		& a.attrs.type?
++		& a.attrs.ping?
+ 		&	(	common.attrs.aria
+ 			|	common.attrs.aria.implicit.link
+ 			)?
+@@ -28,6 +28,35 @@
+ 		  attribute name {
+ 		    common.data.id # XXX not what the spec says
+ 		  }
++		a.attrs.href =
++		  attribute href {
++		    common.data.uri
++		  }
++		a.attrs.target =
++		  attribute target {
++		    common.data.browsing-context-or-keyword
++		  }
++		a.attrs.rel =
++		  attribute rel {
++		    common.data.tokens
++		  }
++		a.attrs.hreflang =
++		  attribute hreflang {
++		    common.data.langcode
++		  }
++		a.attrs.media =
++		  attribute media {
++		    common.data.mediaquery
++		  }
++		a.attrs.type =
++		  attribute type {
++		    common.data.mimetype
++		  }
++		a.attrs.ping =
++		  attribute ping {
++		    common.data.uris
++		  } & v5only
++
+ 	a.inner.phrasing =
+ 		( common.inner.phrasing )
+ 	a.inner.flow =
+@@ -36,37 +65,6 @@
+ 	common.elem.phrasing |= a.elem.phrasing
+ 	common.elem.flow |= a.elem.flow
+ 
+-## Shared hyperlink attributes
+-
+-  shared-hyperlink.attrs.href =
+-    attribute href {
+-      common.data.uri
+-    }
+-  shared-hyperlink.attrs.target =
+-    attribute target {
+-      common.data.browsing-context-or-keyword
+-    }
+-  shared-hyperlink.attrs.rel =
+-    attribute rel {
+-      common.data.tokens
+-    }
+-  shared-hyperlink.attrs.hreflang =
+-    attribute hreflang {
+-      common.data.langcode
+-    }
+-  shared-hyperlink.attrs.media =
+-    attribute media {
+-      common.data.mediaquery
+-    }
+-  shared-hyperlink.attrs.type =
+-    attribute type {
+-      common.data.mimetype
+-    }
+-  shared-hyperlink.attrs.ping =
+-    attribute ping {
+-      common.data.uris
+-    } & v5only
+-
+ ## Emphatic Stress: <em>
+ 
+ 	em.elem =
 Index: schema/web-forms2.rnc
 ===================================================================
 --- schema/web-forms2.rnc	(revision 453)
@@ -335,7 +491,52 @@
  
  ## Base URI: <base>
  
-@@ -124,7 +124,7 @@
+@@ -88,11 +88,11 @@
+ 		element link { link.inner & link.attrs }
+ 	link.attrs =
+ 		(	common.attrs
+-		&	shared-hyperlink.attrs.href
+-		&	shared-hyperlink.attrs.rel
+-		&	shared-hyperlink.attrs.hreflang?
+-		&	shared-hyperlink.attrs.media?
+-		&	shared-hyperlink.attrs.type?
++		&	link.attrs.href
++		&	link.attrs.rel
++		&	link.attrs.hreflang?
++		&	link.attrs.media?
++		&	link.attrs.type?
+ 		&	link.attrs.sizes?
+ 		#	link.attrs.title included in common.attrs
+ 		)
+@@ -100,6 +100,27 @@
+ 			attribute sizes {
+ 				w:string "any" | common.data.sizes
+ 			}
++		link.attrs.href =
++		  attribute href {
++		    common.data.uri
++		  }
++		link.attrs.rel =
++		  attribute rel {
++		    common.data.tokens
++		  }
++		link.attrs.hreflang =
++		  attribute hreflang {
++		    common.data.langcode
++		  }
++		link.attrs.media =
++		  attribute media {
++		    common.data.mediaquery
++		  }
++		link.attrs.type =
++		  attribute type {
++		    common.data.mimetype
++		  }
++
+ 	link.inner =
+ 		( empty )
+ 		
+@@ -124,7 +145,7 @@
  				common.data.mediaquery
  			}
  	style.inner =
@@ -344,7 +545,7 @@
  		
  	common.elem.metadata |= style.elem
  
-@@ -241,11 +241,8 @@
+@@ -241,11 +262,8 @@
  		)
  		meta.charset.attrs.charset =
  			attribute charset {

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- spec.html	29 Jul 2009 11:23:46 -0000	1.68
+++ spec.html	29 Jul 2009 12:16:40 -0000	1.69
@@ -775,6 +775,12 @@
     <dd>For <a href="#syntax-document-xml">documents in the XML
         syntax</a>, <a href="#character-data">character data</a>
       is as defined in the XML specification <a href="#refsXML">[XML]</a>.</dd>
+    <dt><dfn id="destination">destination resource</dfn></dt>
+    <dd>A resource that is the destination associated with an
+      <a href="#a">a</a> element,
+      <a href="#area">area</a> element,
+      or
+      <a href="#link">link</a> element.</dd>
     <dt><dfn id="fallback">fallback content</dfn></dt>
     <dd>Some embedded content elements can have fallback content:
       content that is to be used when the external resource cannot
@@ -2432,13 +2438,13 @@
         <div class="attr-content-models">
           <p><a href="#a.attrs">a.attrs</a> = <span class="pattern" id="a.attrs"><a class="ref" href="#common.attrs">common.attrs</a>
   &amp; <a class="ref" href="#a.attrs.name" title="a.attrs.name">name</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>?</span></p>
+  &amp; <a class="ref" href="#a.attrs.href" title="a.attrs.href">href</a>?
+  &amp; <a class="ref" href="#a.attrs.target" title="a.attrs.target">target</a>?
+  &amp; <a class="ref" href="#a.attrs.rel" title="a.attrs.rel">rel</a>?
+  &amp; <a class="ref" href="#a.attrs.hreflang" title="a.attrs.hreflang">hreflang</a>?
+  &amp; <a class="ref" href="#a.attrs.media" title="a.attrs.media">media</a>?
+  &amp; <a class="ref" href="#a.attrs.type" title="a.attrs.type">type</a>?
+  &amp; <a class="ref" href="#a.attrs.ping" title="a.attrs.ping">ping</a>?</span></p>
 </div>
 </div>
       <div class="no-number no-toc" id="a-attributes">
@@ -2452,6 +2458,60 @@
             <dd>Specifies that its <a href="#a">a</a> element is a
         <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>.</dd>
           
+            <dt>
+<a class="attribute-name" id="a.attrs.href" title="a.attrs.href" href="#a.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 URL that provides the
+        <a href="#destination">destination resource</a>
+        of the hyperlink.</dd>
+          
+            <dt>
+<a class="attribute-name" id="a.attrs.target" title="a.attrs.target" href="#a.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 name or keyword giving a
+        <a href="#context">browsing context</a> for UAs to use when
+          following the hyperlink.</dd>
+          
+            <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>
+            <dd>A list of tokens that specify the relationship between
+        the document containing the hyperlink and the
+        <a href="#destination">destination resource</a>
+        indicated by the hyperlink.</dd>
+          
+            <dt>
+<a class="attribute-name" id="a.attrs.hreflang" title="a.attrs.hreflang" href="#a.attrs.hreflang">hreflang</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.langcode" title="common.data.langcode">langcode</a>
+    </span> </dt>
+            <dd>The language of the 
+        <a href="#destination">destination resource</a>.</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 class="ref" href="#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
+    </span> </dt>
+            <dd>The media for which the 
+        <a href="#destination">destination resource</a>
+        was designed.</dd>
+          
+            <dt>
+<a class="attribute-name" id="a.attrs.type" title="a.attrs.type" href="#a.attrs.type">type</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.mimetype" title="common.data.mimetype">mimetype</a>
+    </span> </dt>
+            <dd>The MIME type of the
+        <a href="#destination">destination resource</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="a.attrs.ping" title="a.attrs.ping" href="#a.attrs.ping">ping</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.uris" title="common.data.uris">uris</a>
+    </span> </dt>
+            <dd>A list of URLs of resources to notify if a
+        user follows the hyperlink.</dd>
+          
         </dl>
 </div>
       
@@ -2686,13 +2746,13 @@
                     =
                   <span class="pattern" id="area.attrs"><a class="ref" href="#common.attrs">common.attrs</a>
   &amp; (<a class="ref" href="#area.attrs.alt" title="area.attrs.alt">alt</a>
-         &amp; <a class="ref" href="#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>)?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>?
+         &amp; <a class="ref" href="#area.attrs.href" title="area.attrs.href">href</a>)?
+  &amp; <a class="ref" href="#area.attrs.target" title="area.attrs.target">target</a>?
+  &amp; <a class="ref" href="#area.attrs.ping" title="area.attrs.ping">ping</a>?
+  &amp; <a class="ref" href="#area.attrs.rel" title="area.attrs.rel">rel</a>?
+  &amp; <a class="ref" href="#area.attrs.media" title="area.attrs.media">media</a>?
+  &amp; <a class="ref" href="#area.attrs.hreflang" title="area.attrs.hreflang">hreflang</a>?
+  &amp; <a class="ref" href="#area.attrs.type" title="area.attrs.type">type</a>?
   &amp; <br>(<a class="ref" href="#area.attrs.shape.rect" title="area.attrs.shape.rect">shape.rect</a>?
    &amp; <a class="ref" href="#area.attrs.coords.rect" title="area.attrs.coords.rect">coords.rect</a>)
   | (<a class="ref" href="#area.attrs.shape.circle" title="area.attrs.shape.circle">shape.circle</a>
@@ -2714,6 +2774,63 @@
         for the image map.</dd>
           
             <dt>
+<a class="attribute-name" id="area.attrs.href" title="area.attrs.href" href="#area.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 URL that provides the
+        <a href="#destination">destination resource</a>
+        of the hyperlink for this
+        <a href="#area" class="element">area</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="area.attrs.target" title="area.attrs.target" href="#area.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 name or keyword giving a
+        <a href="#context">browsing context</a> for UAs to use when
+          following the hyperlink for this 
+          <a href="#area" class="element">area</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="area.attrs.ping" title="area.attrs.ping" href="#area.attrs.ping">ping</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.uris" title="common.data.uris">uris</a>
+    </span> </dt>
+            <dd>A list of URLs of resources to notify if a
+        user follows the hyperlink for this
+        <a href="#area" class="element">area</a>.</dd>
+          
+            <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> </dt>
+            <dd>A list of tokens that specify the relationship between
+        the document containing the <a href="#area" class="element">area</a> and the
+        <a href="#destination">destination resource</a>
+        indicated by the <a href="#area" class="element">area</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="area.attrs.media" title="area.attrs.media" href="#area.attrs.media">media</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
+    </span> </dt>
+            <dd>The media for which the 
+        <a href="#destination">destination resource</a>
+        was designed.</dd>
+          
+            <dt>
+<a class="attribute-name" id="area.attrs.hreflang" title="area.attrs.hreflang" href="#area.attrs.hreflang">hreflang</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.langcode" title="common.data.langcode">langcode</a>
+    </span> </dt>
+            <dd>The language of the 
+        <a href="#destination">destination resource</a>.</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 class="ref" href="#common.data.mimetype" title="common.data.mimetype">mimetype</a>
+    </span> </dt>
+            <dd>The MIME type of the
+        <a href="#destination">destination resource</a>.</dd>
+          
+            <dt>
 <a class="attribute-name" id="area.attrs.shape.rect" title="area.attrs.shape.rect" href="#area.attrs.shape.rect">shape<span class="attr-qualifier">.rect</span></a><span class="attr-values"> =   "rect" </span><span class="punc"> &amp; </span><a class="attribute-name" id="area.attrs.coords.rect" title="area.attrs.coords.rect" href="#area.attrs.coords.rect">coords<span class="attr-qualifier">.rect</span></a><span class="attr-values"> =  d:rectangle </span>
 </dt>
             <dd>Specifies that the shape of the area of this hyperlink
@@ -9869,8 +9986,10 @@
 <span class="element">link</span> &#8211; <span class="shortdesc">inter-document relationship metadata</span> <a class="hash" href="#link">#</a> <a class="toc-bak" href="#link-toc">T</a>
 </h2>
       <div id="link-longdesc" class="longdesc">
-    <p>The <a href="#link" class="element">link</a> element allows
-    authors to link their document to other resources.</p>
+    <p>The
+    <a href="#link" class="element">link</a>
+    element represents metadata that expresses inter-document
+    relationships.</p>
   </div>
       <div class="no-number no-toc" id="link-content">
         <h2 class="element-subhead">Content model <a class="hash" href="#link-content">#</a>
@@ -9886,11 +10005,11 @@
 </h2>
         <div class="attr-content-models">
           <p><a href="#link.attrs">link.attrs</a> = <span class="pattern" id="link.attrs"><a class="ref" href="#common.attrs">common.attrs</a>
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>?
-  &amp; <a class="ref" href="#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>?
+  &amp; <a class="ref" href="#link.attrs.href" title="link.attrs.href">href</a>
+  &amp; <a class="ref" href="#link.attrs.rel" title="link.attrs.rel">rel</a>
+  &amp; <a class="ref" href="#link.attrs.hreflang" title="link.attrs.hreflang">hreflang</a>?
+  &amp; <a class="ref" href="#link.attrs.media" title="link.attrs.media">media</a>?
+  &amp; <a class="ref" href="#link.attrs.type" title="link.attrs.type">type</a>?
   &amp; <a class="ref" href="#link.attrs.sizes" title="link.attrs.sizes">sizes</a>?</span></p>
 </div>
 </div>
@@ -9899,6 +10018,45 @@
 </h2>
         <dl class="attr-defs">
 <dt>
+<a class="attribute-name" id="link.attrs.href" title="link.attrs.href" href="#link.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 URL that provides the
+        <a href="#destination">destination resource</a>
+        of the <a href="#link" class="element">link</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="link.attrs.rel" title="link.attrs.rel" href="#link.attrs.rel">rel</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.tokens" title="common.data.tokens">tokens</a>
+    </span> </dt>
+            <dd>A list of tokens that specify the relationship between
+        the document containing the <a href="#link" class="element">link</a> and the
+        <a href="#destination">destination resource</a>
+        indicated by the <a href="#link" class="element">link</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="link.attrs.hreflang" title="link.attrs.hreflang" href="#link.attrs.hreflang">hreflang</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.langcode" title="common.data.langcode">langcode</a>
+    </span> </dt>
+            <dd>The language of the 
+        <a href="#destination">destination resource</a>.</dd>
+          
+            <dt>
+<a class="attribute-name" id="link.attrs.media" title="link.attrs.media" href="#link.attrs.media">media</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
+    </span> </dt>
+            <dd>The media for which the 
+        <a href="#destination">destination resource</a>
+        was designed.</dd>
+          
+            <dt>
+<a class="attribute-name" id="link.attrs.type" title="link.attrs.type" href="#link.attrs.type">type</a><span class="attr-values"> = 
+      <a class="ref" href="#common.data.mimetype" title="common.data.mimetype">mimetype</a>
+    </span> </dt>
+            <dd>The MIME type of the
+        <a href="#destination">destination resource</a>.</dd>
+          
+            <dt>
 <a class="attribute-name" id="link.attrs.sizes" title="link.attrs.sizes" href="#link.attrs.sizes">sizes</a><span class="attr-values"> = 
        "any"
       | <a class="ref" href="#common.data.sizes" title="common.data.sizes">sizes</a>
@@ -10471,7 +10629,7 @@
         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="#shared-hyperlink.attrs.href">href</a>
+          element in the same document, and that <a href="#link">link</a> element must have an <a href="#link.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>
@@ -14536,61 +14694,7 @@
     <div id="shared-hyperlink-attrs" class="section">
         <h2>10.1. Hyperlink attributes <a class="hash" href="#shared-hyperlink-attrs">#</a> <a class="toc-bak" href="#shared-hyperlink-attrs-toc">T</a>
 </h2>
-        <dl class="attr-defs">
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</dfn><span class="attr-values"> = 
-      <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a>
-    </span><a class="hash" href="#shared-hyperlink.attrs.href">#</a>
-</dt>
-<dd><dd>A URL that provides the <dfn id="destination">destination resource</dfn> of the
-        hyperlink.</dd></dd>
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</dfn><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><a class="hash" href="#shared-hyperlink.attrs.target">#</a>
-</dt>
-<dd><dd>A name or keyword giving a
-        <a href="#context">browsing context</a> for UAs to use when
-          following the hyperlink.</dd></dd>
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</dfn><span class="attr-values"> = 
-      <a class="ref" href="#common.data.tokens" title="common.data.tokens">tokens</a>
-    </span><a class="hash" href="#shared-hyperlink.attrs.rel">#</a>
-</dt>
-<dd><dd>A list of tokens that specify the relationship between
-        the document containing the hyperlink and the
-        <a href="#destination">destination resource</a>
-        indicated by the hyperlink.</dd></dd>
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</dfn><span class="attr-values"> = 
-      <a class="ref" href="#common.data.langcode" title="common.data.langcode">langcode</a>
-    </span><a class="hash" href="#shared-hyperlink.attrs.hreflang">#</a>
-</dt>
-<dd><dd>The language of the 
-        <a href="#destination">destination resource</a>.</dd></dd>
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</dfn><span class="attr-values"> = 
-      <a class="ref" href="#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
-    </span><a class="hash" href="#shared-hyperlink.attrs.media">#</a>
-</dt>
-<dd><dd>The media for which the 
-        <a href="#destination">destination resource</a>
-        was designed.</dd></dd>
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</dfn><span class="attr-values"> = 
-      <a class="ref" href="#common.data.mimetype" title="common.data.mimetype">mimetype</a>
-    </span><a class="hash" href="#shared-hyperlink.attrs.type">#</a>
-</dt>
-<dd><dd>The MIME type of the
-        <a href="#destination">destination resource</a>.</dd></dd>
-<dt>
-<dfn class="attribute-name" id="shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</dfn><span class="attr-values"> = 
-      <a class="ref" href="#common.data.uris" title="common.data.uris">uris</a>
-    </span><a class="hash" href="#shared-hyperlink.attrs.ping">#</a>
-</dt>
-<dd><dd>A list of URLs of resources to notify if a
-        user follows the hyperlink.</dd></dd>
-        </dl>
+        <dl class="attr-defs"></dl>
 </div>
     <div id="common-form-attrs" class="section">
         <h2>10.2. Form attributes <a class="hash" href="#common-form-attrs">#</a> <a class="toc-bak" href="#common-form-attrs-toc">T</a>

Index: shared-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/shared-attributes.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- shared-attributes.html	20 Jul 2009 14:56:53 -0000	1.8
+++ shared-attributes.html	29 Jul 2009 12:16:39 -0000	1.9
@@ -15,32 +15,7 @@
         <h2>10. Other shared attributes <a class="hash" href="#shared-attributes">#</a> <a class="toc-bak" href="Overview.html#shared-attributes-toc">T</a></h2>
     <div id="shared-hyperlink-attrs" class="section">
         <h2>10.1. Hyperlink attributes <a class="hash" href="#shared-hyperlink-attrs">#</a> <a class="toc-bak" href="Overview.html#shared-hyperlink-attrs-toc">T</a></h2>
-        <dl class="attr-defs"><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</dfn><span class="attr-values"> = 
-      <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
-    </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.href">#</a></dt><dd><dd>A URL that provides the <dfn id="destination">destination resource</dfn> of the
-        hyperlink.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</dfn><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><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.target">#</a></dt><dd><dd>A name or keyword giving a
-        <a href="terminology.html#context">browsing context</a> for UAs to use when
-          following the hyperlink.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</dfn><span class="attr-values"> = 
-      <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a>
-    </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.rel">#</a></dt><dd><dd>A list of tokens that specify the relationship between
-        the document containing the hyperlink and the
-        <a href="shared-attributes.html#destination">destination resource</a>
-        indicated by the hyperlink.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</dfn><span class="attr-values"> = 
-      <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a>
-    </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.hreflang">#</a></dt><dd><dd>The language of the 
-        <a href="shared-attributes.html#destination">destination resource</a>.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</dfn><span class="attr-values"> = 
-      <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a>
-    </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.media">#</a></dt><dd><dd>The media for which the 
-        <a href="shared-attributes.html#destination">destination resource</a>
-        was designed.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</dfn><span class="attr-values"> = 
-      <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a>
-    </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.type">#</a></dt><dd><dd>The MIME type of the
-        <a href="shared-attributes.html#destination">destination resource</a>.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</dfn><span class="attr-values"> = 
-      <a class="ref" href="datatypes.html#common.data.uris" title="common.data.uris">uris</a>
-    </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.ping">#</a></dt><dd><dd>A list of URLs of resources to notify if a
-        user follows the hyperlink.</dd></dd>
+        <dl class="attr-defs">
         </dl>
     </div>
     <div id="common-form-attrs" class="section">

Received on Wednesday, 29 July 2009 12:16:52 UTC