html5/spec rendering.html,1.93,1.94 spec.html,1.1542,1.1543 the-button-element.html,1.73,1.74

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3483

Modified Files:
	rendering.html spec.html the-button-element.html 
Log Message:
Apparently it isn't entirely clear that margins at the top and bottom of an element must be vertical margins. (whatwg r6243)

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- rendering.html	15 Jun 2011 06:46:48 -0000	1.93
+++ rendering.html	16 Jun 2011 18:47:21 -0000	1.94
@@ -679,9 +679,9 @@
 form { margin-bottom: 1em; }</pre>
 
   <p>When a <code><a href="infrastructure.html#document">Document</a></code> is in <a href="dom.html#quirks-mode">quirks mode</a>,
-  margins on <a href="infrastructure.html#html-elements">HTML elements</a> at the top or bottom of
-  <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="tabular-data.html#the-td-element">td</a></code>, or <code><a href="tabular-data.html#the-th-element">th</a></code> elements are
-  expected to be collapsed to zero.</p>
+  vertical margins on <a href="infrastructure.html#html-elements">HTML elements</a> at the top or bottom
+  of <code><a href="sections.html#the-body-element">body</a></code>, <code><a href="tabular-data.html#the-td-element">td</a></code>, or <code><a href="tabular-data.html#the-th-element">th</a></code> elements
+  are expected to be collapsed to zero.</p>
 
   </div><div class="impl">
 

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- the-button-element.html	14 Jun 2011 22:46:47 -0000	1.73
+++ the-button-element.html	16 Jun 2011 18:47:22 -0000	1.74
@@ -1469,10 +1469,10 @@
   <p>The <dfn id="dom-textarea-value" title="dom-textarea-value"><code>value</code></dfn>
   attribute must, on getting, return the element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a>; on setting, it
   must set the element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw
-  value</a> to the new value, and should then move the text entry
-  cursor position to the end of the text field, unselecting any
-  selected text and resetting the selection direction to
-  <i>none</i>.</p>
+  value</a> to the new value, set the element's <a href="#concept-textarea-dirty" title="concept-textarea-dirty">dirty value flag</a> to true, and
+  should then move the text entry cursor position to the end of the
+  text field, unselecting any selected text and resetting the
+  selection direction to <i>none</i>.</p>
 
   <p>The <dfn id="dom-textarea-textlength" title="dom-textarea-textLength"><code>textLength</code></dfn> IDL
   attribute must return the <a href="common-microsyntaxes.html#code-point-length">code-point length</a> of the

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1542
retrieving revision 1.1543
diff -u -d -r1.1542 -r1.1543
--- spec.html	16 Jun 2011 07:46:49 -0000	1.1542
+++ spec.html	16 Jun 2011 18:47:21 -0000	1.1543
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5004.
+This is revision 1.5006.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 16 June 2011 18:47:25 UTC