html5/markup/elements p.html,1.4,1.5 script.html,1.5,1.6

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

Modified Files:
	p.html script.html 
Log Message:
h:tml; fixed some broken idref's and made minor wording refinements

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/elements/p.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- p.html	25 Feb 2009 08:07:57 -0000	1.4
+++ p.html	5 Jun 2009 10:18:01 -0000	1.5
@@ -16,7 +16,7 @@
     <code><a href="#blockquote">blockquote</a></code>,
     <code><a href="#datagrid">datagrid</a></code>,
     <code><a href="#dialog">dialog</a></code>,
-    <code><a href="#dir">dir</a></code>,
+    <code>dir</code>,
     <code><a href="#div">div</a></code>,
     <code><a href="#dl">dl</a></code>,
     <code><a href="#fieldset">fieldset</a></code>,

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/elements/script.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- script.html	25 Feb 2009 08:07:57 -0000	1.5
+++ script.html	5 Jun 2009 10:18:01 -0000	1.6
@@ -17,20 +17,17 @@
     </dl>
     <dl>
       <dt id="script.attrs.charset">charset</dt>
-      <dd>The character encoding of the external script resource.
-        The attribute must not be specified if the <code
-          title="attr-script-src"><a href="#src9">src</a></code>
-        attribute is not present.</dd>
+      <dd>The character encoding of the external script resource.</dd>
     </dl>
     <dl>
       <dt id="script.attrs.async">async</dt>
-      <dd>The <span class="attribute">async</span> attribute
-        indicates how the script should be executed.</dd>
+      <dd>Specifies that the script should be executed
+        asynchronously, as soon as it becomes available.</dd>
     </dl>
     <dl>
       <dt id="script.attrs.defer">defer</dt>
-      <dd>The <span class="attribute">defer</span> attribute
-        indicates how the script should be executed.</dd>
+      <dd>Specifies that script should be executed after the
+        document has been parsed.</dd>
     </dl>
   </div>
 </div>

Received on Friday, 5 June 2009 10:18:09 UTC