html5/markup/elements dd.html,1.8,1.9 em.html,1.4,1.5 embed.html,1.7,1.8 textarea.html,1.8,1.9

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

Modified Files:
	dd.html em.html embed.html textarea.html 
Log Message:
fix some problems caught by Oli Studholme: mark embed and textarea/@wrap as new, em as changed, fixed typo


Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/elements/em.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- em.html	29 Jan 2010 04:11:58 -0000	1.4
+++ em.html	22 Feb 2010 09:36:44 -0000	1.5
@@ -1,6 +1,6 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The em element</h4>
-  <div id="shortdesc">emphatic stress</div>
+  <div id="shortdesc" class="changed">emphatic stress</div>
   <div id="longdesc">
     <p>The <a href="#em" class="element">em</a> element represents
     a span of text with emphatic stress.</p>

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dd.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dd.html	16 Feb 2010 10:28:26 -0000	1.8
+++ dd.html	22 Feb 2010 09:36:44 -0000	1.9
@@ -19,7 +19,6 @@
     <span title="syntax-end-tag">end tag</span> may be omitted if the
     <a href="#dd" class="element">dd</a>
     element is immediately followed by another
-    <code><a href="#dd">dd</a></code>
     <a href="#dd" class="element">dd</a>
     element or a
     <a href="#dt" class="element">dt</a>

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/elements/embed.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- embed.html	10 Feb 2010 12:49:08 -0000	1.7
+++ embed.html	22 Feb 2010 09:36:44 -0000	1.8
@@ -1,6 +1,6 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The embed element</h4>
-  <div id="shortdesc">integration point for plugins</div>
+  <div id="shortdesc" class="new">integration point for plugins</div>
   <div id="longdesc">
     <p>The <a href="#embed" class="element">embed</a> element
     represents an integration point for external content.</p>

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/elements/textarea.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- textarea.html	12 Feb 2010 10:33:50 -0000	1.8
+++ textarea.html	22 Feb 2010 09:36:44 -0000	1.9
@@ -34,7 +34,7 @@
       <dd>The number of lines of text for the UA to show.</dd>
     </dl>
     <dl>
-      <dt id="textarea.attrs.wrap.hard">wrap</dt>
+      <dt id="textarea.attrs.wrap.hard" class="new">wrap</dt>
       <dd>Instructs the UA to insert line breaks into the
         submitted value of the <a href="#textarea"
           class="element">textarea</a>, such that each line has no
@@ -42,7 +42,7 @@
           href="#textarea.attrs.cols">cols</a> attribute.</dd>
     </dl>
     <dl>
-      <dt id="textarea.attrs.wrap.soft">wrap.soft</dt>
+      <dt id="textarea.attrs.wrap.soft" class="new">wrap</dt>
       <dd>Instructs the UA to
         add no line breaks to the submitted value of the <a
           href="#textarea" class="element">textarea</a>.</dd>

Received on Monday, 22 February 2010 09:36:48 UTC