- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Jul 2010 08:13:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv15998/src
Modified Files:
datatypes.html
Log Message:
removed "Form attributes" section, and moved all shared form attribute descriptions to the individual element pages; this required changing a bunch of IDs
also changed to using hash-on-hover linking on all attribute descriptions
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- datatypes.html 27 Jul 2010 09:23:47 -0000 1.48
+++ datatypes.html 31 Jul 2010 08:13:16 -0000 1.49
@@ -340,7 +340,7 @@
id="data.iri-ref"
title="data.iri-ref"
>IRI reference</dfn>,
- as defined in RFC 3987
+ as defined in
<a href="#refsRFC3987">[RFC3987]</a>.</div>
<div class="note">
<p>The empty string is a valid
@@ -361,12 +361,10 @@
<dd></dd>
<dd>
<div class="datatype-desc">An
- <dfn
- id="data.iri-ref"
+ <a
+ href="#data.iri-ref"
title="data.iri-ref"
- >IRI reference</dfn>,
- as defined in RFC 3987
- <a href="#refsRFC3987">[RFC3987]</a>,
+ >IRI reference</a>,
optionally with leading and/or trailing
<a href="#space">space characters</a>.</div>
<div class="note">
Received on Saturday, 31 July 2010 08:13:19 UTC