[html5] r8842 - [giow] (3) Make <fieldset> display:block to match implementations Fixing https:/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 28 11:20:34 PDT 2014


Author: ianh
Date: 2014-10-28 11:20:29 -0700 (Tue, 28 Oct 2014)
New Revision: 8842

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make <fieldset> display:block to match implementations
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27018
Affected topics: HTML Syntax and Parsing, Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-10-27 20:04:51 UTC (rev 8841)
+++ complete.html	2014-10-28 18:20:29 UTC (rev 8842)
@@ -340,7 +340,7 @@
   </style><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>27 October 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>28 October 2014</span></h2></hgroup>
    
    <nav>
     <div>
@@ -12365,7 +12365,7 @@
    <code id=the-p-element:the-hgroup-element><a href=#the-hgroup-element>hgroup</a></code>, <code id=the-p-element:the-hr-element><a href=#the-hr-element>hr</a></code>, <code id=the-p-element:the-main-element><a href=#the-main-element>main</a></code>, <code id=the-p-element:the-menu-element><a href=#the-menu-element>menu</a></code>, <code id=the-p-element:the-nav-element><a href=#the-nav-element>nav</a></code>,
    <code id=the-p-element:the-ol-element><a href=#the-ol-element>ol</a></code>, <code id=the-p-element:the-p-element-3><a href=#the-p-element>p</a></code>, <code id=the-p-element:the-pre-element><a href=#the-pre-element>pre</a></code>, <code id=the-p-element:the-section-element><a href=#the-section-element>section</a></code>, <code id=the-p-element:the-table-element><a href=#the-table-element>table</a></code>, or
    <code id=the-p-element:the-ul-element><a href=#the-ul-element>ul</a></code>, element, or if there is no more content in the parent element and the parent
-   element is an <span>HTML element</span> that is not an <code id=the-p-element:the-a-element><a href=#the-a-element>a</a></code>, <code id=the-p-element:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=the-p-element:the-del-element><a href=#the-del-element>del</a></code>,
+   element is an <a href=#html-elements id=the-p-element:html-elements>HTML element</a> that is not an <code id=the-p-element:the-a-element><a href=#the-a-element>a</a></code>, <code id=the-p-element:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=the-p-element:the-del-element><a href=#the-del-element>del</a></code>,
    <code id=the-p-element:the-ins-element><a href=#the-ins-element>ins</a></code>, <code id=the-p-element:the-map-element><a href=#the-map-element>map</a></code>, <code id=the-p-element:the-noscript-element><a href=#the-noscript-element>noscript</a></code>, or <code id=the-p-element:the-video-element><a href=#the-video-element>video</a></code> element.<dt><a href=#concept-element-attributes id=the-p-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-p-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-p-element:concept-element-dom>DOM interface</a>:<dd>
     <pre class=idl>interface <dfn id=htmlparagraphelement>HTMLParagraphElement</dfn> : <a href=#htmlelement id=the-p-element:htmlelement>HTMLElement</a> {
   // <a href="#HTMLParagraphElement-partial">also has obsolete members</a>
@@ -55461,7 +55461,7 @@
 
 
 
-  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27155" title="this is just here so we can test it">27155</a></div>
+  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a></div>
 
   
 
@@ -57180,7 +57180,7 @@
   If the <a href=#browsing-context-container id=nested-browsing-contexts:browsing-context-container>browsing context container</a> element <var>E</var> is <a href=#in-a-document id=nested-browsing-contexts:in-a-document>in</a> the <code id=nested-browsing-contexts:document-2><a href=#document>Document</a></code> <var>D</var>, then <var>P</var> is
   said to be the <dfn id=parent-browsing-context>parent browsing context</dfn> of <var>C</var> and <var>C</var> is said to be a <dfn id=child-browsing-context>child browsing context</dfn> of <var>P</var>.
   Otherwise, the <a href=#nested-browsing-context id=nested-browsing-contexts:nested-browsing-context>nested browsing context</a> <var>C</var> has no <a href=#parent-browsing-context id=nested-browsing-contexts:parent-browsing-context>parent
-  browsing context</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27176" title="Not working well Gmail">27176</a></div>
+  browsing context</a>.</p>
 
   <p>A browsing context <var>A</var> is said to be an <dfn id=ancestor-browsing-context>ancestor</dfn> of a browsing context <var>B</var> if there exists a browsing
   context <var>A'</var> that is a <a href=#child-browsing-context id=nested-browsing-contexts:child-browsing-context>child browsing context</a> of <var>A</var> and that is itself an <a href=#ancestor-browsing-context id=nested-browsing-contexts:ancestor-browsing-context>ancestor</a> of
@@ -58983,7 +58983,7 @@
   void <a href=#dom-history-forward id=the-history-interface:dom-history-forward>forward</a>();
   void <a href=#dom-history-pushstate id=the-history-interface:dom-history-pushstate>pushState</a>(any data, DOMString title, optional DOMString? url = null);
   void <a href=#dom-history-replacestate id=the-history-interface:dom-history-replacestate>replaceState</a>(any data, DOMString title, optional DOMString? url = null);
-};</pre>
+};</pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27184" title="Undo mushrooms and rewrite sentence: "This is the entry or that Document that was most the recently traversed to."">27184</a></div>
 
   <dl class=domintro><dt><var>window</var> . <code id=the-history-interface:dom-history><a href=#dom-history>history</a></code> . <code id=the-history-interface:dom-history-length-2><a href=#dom-history-length>length</a></code><dd>
 
@@ -71145,7 +71145,7 @@
   syntax rules if the attributes are serialised using the HTML syntax.</p>
 
 
-  <h5 id=optional-tags>12.1.2.4 Optional tags</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26981" title="Missing </p> omission cases">26981</a></div>
+  <h5 id=optional-tags>12.1.2.4 Optional tags</h5>
 
   <p>Certain tags can be <dfn id=syntax-tag-omission>omitted</dfn>.</p>
 
@@ -71322,7 +71322,7 @@
   <code id=optional-tags:the-hgroup-element><a href=#the-hgroup-element>hgroup</a></code>, <code id=optional-tags:the-hr-element><a href=#the-hr-element>hr</a></code>, <code id=optional-tags:the-main-element><a href=#the-main-element>main</a></code>, <code id=optional-tags:the-menu-element><a href=#the-menu-element>menu</a></code>, <code id=optional-tags:the-nav-element><a href=#the-nav-element>nav</a></code>,
   <code id=optional-tags:the-ol-element><a href=#the-ol-element>ol</a></code>, <code id=optional-tags:the-p-element-3><a href=#the-p-element>p</a></code>, <code id=optional-tags:the-pre-element><a href=#the-pre-element>pre</a></code>, <code id=optional-tags:the-section-element><a href=#the-section-element>section</a></code>, <code id=optional-tags:the-table-element><a href=#the-table-element>table</a></code>, or
   <code id=optional-tags:the-ul-element><a href=#the-ul-element>ul</a></code>, element, or if there is no more content in the parent element and the parent
-  element is an <span>HTML element</span> that is not an <code id=optional-tags:the-a-element><a href=#the-a-element>a</a></code>, <code id=optional-tags:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=optional-tags:the-del-element><a href=#the-del-element>del</a></code>,
+  element is an <a href=#html-elements id=optional-tags:html-elements>HTML element</a> that is not an <code id=optional-tags:the-a-element><a href=#the-a-element>a</a></code>, <code id=optional-tags:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=optional-tags:the-del-element><a href=#the-del-element>del</a></code>,
   <code id=optional-tags:the-ins-element><a href=#the-ins-element>ins</a></code>, <code id=optional-tags:the-map-element><a href=#the-map-element>map</a></code>, <code id=optional-tags:the-noscript-element><a href=#the-noscript-element>noscript</a></code>, or <code id=optional-tags:the-video-element><a href=#the-video-element>video</a></code> element.</p>
 
   <div class=example>
@@ -73396,7 +73396,7 @@
   <p>Finally, switch back to the attribute value state that switched into this state.</p>
 
 
-  <h5 id=after-attribute-value-(quoted)-state>12.2.4.42 <dfn>After attribute value (quoted) state</dfn></h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27148" title=""After attribute value (quoted) state" is pointless">27148</a></div>
+  <h5 id=after-attribute-value-(quoted)-state>12.2.4.42 <dfn>After attribute value (quoted) state</dfn></h5>
 
   <p>Consume the <a href=#next-input-character id=after-attribute-value-(quoted)-state:next-input-character>next input character</a>:</p>
 
@@ -78954,6 +78954,7 @@
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 fieldset {
+  display: block;
   margin-left: 2px; margin-right: 2px;
   border: groove 2px ThreeDFace;
   padding: 0.35em 0.625em 0.75em;

Modified: index
===================================================================
--- index	2014-10-27 20:04:51 UTC (rev 8841)
+++ index	2014-10-28 18:20:29 UTC (rev 8842)
@@ -340,7 +340,7 @@
   </style><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>27 October 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>28 October 2014</span></h2></hgroup>
    
    <nav>
     <div>
@@ -12365,7 +12365,7 @@
    <code id=the-p-element:the-hgroup-element><a href=#the-hgroup-element>hgroup</a></code>, <code id=the-p-element:the-hr-element><a href=#the-hr-element>hr</a></code>, <code id=the-p-element:the-main-element><a href=#the-main-element>main</a></code>, <code id=the-p-element:the-menu-element><a href=#the-menu-element>menu</a></code>, <code id=the-p-element:the-nav-element><a href=#the-nav-element>nav</a></code>,
    <code id=the-p-element:the-ol-element><a href=#the-ol-element>ol</a></code>, <code id=the-p-element:the-p-element-3><a href=#the-p-element>p</a></code>, <code id=the-p-element:the-pre-element><a href=#the-pre-element>pre</a></code>, <code id=the-p-element:the-section-element><a href=#the-section-element>section</a></code>, <code id=the-p-element:the-table-element><a href=#the-table-element>table</a></code>, or
    <code id=the-p-element:the-ul-element><a href=#the-ul-element>ul</a></code>, element, or if there is no more content in the parent element and the parent
-   element is an <span>HTML element</span> that is not an <code id=the-p-element:the-a-element><a href=#the-a-element>a</a></code>, <code id=the-p-element:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=the-p-element:the-del-element><a href=#the-del-element>del</a></code>,
+   element is an <a href=#html-elements id=the-p-element:html-elements>HTML element</a> that is not an <code id=the-p-element:the-a-element><a href=#the-a-element>a</a></code>, <code id=the-p-element:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=the-p-element:the-del-element><a href=#the-del-element>del</a></code>,
    <code id=the-p-element:the-ins-element><a href=#the-ins-element>ins</a></code>, <code id=the-p-element:the-map-element><a href=#the-map-element>map</a></code>, <code id=the-p-element:the-noscript-element><a href=#the-noscript-element>noscript</a></code>, or <code id=the-p-element:the-video-element><a href=#the-video-element>video</a></code> element.<dt><a href=#concept-element-attributes id=the-p-element:concept-element-attributes>Content attributes</a>:<dd><a href=#global-attributes id=the-p-element:global-attributes>Global attributes</a><dt><a href=#concept-element-dom id=the-p-element:concept-element-dom>DOM interface</a>:<dd>
     <pre class=idl>interface <dfn id=htmlparagraphelement>HTMLParagraphElement</dfn> : <a href=#htmlelement id=the-p-element:htmlelement>HTMLElement</a> {
   // <a href="#HTMLParagraphElement-partial">also has obsolete members</a>
@@ -55461,7 +55461,7 @@
 
 
 
-  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27155" title="this is just here so we can test it">27155</a></div>
+  <h4 id=making-entire-documents-editable:-the-designmode-idl-attribute>6.6.2 Making entire documents editable: The <code id=making-entire-documents-editable:-the-designmode-idl-attribute:designMode><a href=#designMode>designMode</a></code> IDL attribute</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17743" title="When setting designMode to 'on', the selection should be moved to an empty selection at the start of body (or something like that). If there isn't a body yet, wait until there is. Don't do this for contenteditable.">17743</a></div>
 
   
 
@@ -57180,7 +57180,7 @@
   If the <a href=#browsing-context-container id=nested-browsing-contexts:browsing-context-container>browsing context container</a> element <var>E</var> is <a href=#in-a-document id=nested-browsing-contexts:in-a-document>in</a> the <code id=nested-browsing-contexts:document-2><a href=#document>Document</a></code> <var>D</var>, then <var>P</var> is
   said to be the <dfn id=parent-browsing-context>parent browsing context</dfn> of <var>C</var> and <var>C</var> is said to be a <dfn id=child-browsing-context>child browsing context</dfn> of <var>P</var>.
   Otherwise, the <a href=#nested-browsing-context id=nested-browsing-contexts:nested-browsing-context>nested browsing context</a> <var>C</var> has no <a href=#parent-browsing-context id=nested-browsing-contexts:parent-browsing-context>parent
-  browsing context</a>.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27176" title="Not working well Gmail">27176</a></div>
+  browsing context</a>.</p>
 
   <p>A browsing context <var>A</var> is said to be an <dfn id=ancestor-browsing-context>ancestor</dfn> of a browsing context <var>B</var> if there exists a browsing
   context <var>A'</var> that is a <a href=#child-browsing-context id=nested-browsing-contexts:child-browsing-context>child browsing context</a> of <var>A</var> and that is itself an <a href=#ancestor-browsing-context id=nested-browsing-contexts:ancestor-browsing-context>ancestor</a> of
@@ -58983,7 +58983,7 @@
   void <a href=#dom-history-forward id=the-history-interface:dom-history-forward>forward</a>();
   void <a href=#dom-history-pushstate id=the-history-interface:dom-history-pushstate>pushState</a>(any data, DOMString title, optional DOMString? url = null);
   void <a href=#dom-history-replacestate id=the-history-interface:dom-history-replacestate>replaceState</a>(any data, DOMString title, optional DOMString? url = null);
-};</pre>
+};</pre><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27184" title="Undo mushrooms and rewrite sentence: "This is the entry or that Document that was most the recently traversed to."">27184</a></div>
 
   <dl class=domintro><dt><var>window</var> . <code id=the-history-interface:dom-history><a href=#dom-history>history</a></code> . <code id=the-history-interface:dom-history-length-2><a href=#dom-history-length>length</a></code><dd>
 
@@ -71145,7 +71145,7 @@
   syntax rules if the attributes are serialised using the HTML syntax.</p>
 
 
-  <h5 id=optional-tags>12.1.2.4 Optional tags</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26981" title="Missing </p> omission cases">26981</a></div>
+  <h5 id=optional-tags>12.1.2.4 Optional tags</h5>
 
   <p>Certain tags can be <dfn id=syntax-tag-omission>omitted</dfn>.</p>
 
@@ -71322,7 +71322,7 @@
   <code id=optional-tags:the-hgroup-element><a href=#the-hgroup-element>hgroup</a></code>, <code id=optional-tags:the-hr-element><a href=#the-hr-element>hr</a></code>, <code id=optional-tags:the-main-element><a href=#the-main-element>main</a></code>, <code id=optional-tags:the-menu-element><a href=#the-menu-element>menu</a></code>, <code id=optional-tags:the-nav-element><a href=#the-nav-element>nav</a></code>,
   <code id=optional-tags:the-ol-element><a href=#the-ol-element>ol</a></code>, <code id=optional-tags:the-p-element-3><a href=#the-p-element>p</a></code>, <code id=optional-tags:the-pre-element><a href=#the-pre-element>pre</a></code>, <code id=optional-tags:the-section-element><a href=#the-section-element>section</a></code>, <code id=optional-tags:the-table-element><a href=#the-table-element>table</a></code>, or
   <code id=optional-tags:the-ul-element><a href=#the-ul-element>ul</a></code>, element, or if there is no more content in the parent element and the parent
-  element is an <span>HTML element</span> that is not an <code id=optional-tags:the-a-element><a href=#the-a-element>a</a></code>, <code id=optional-tags:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=optional-tags:the-del-element><a href=#the-del-element>del</a></code>,
+  element is an <a href=#html-elements id=optional-tags:html-elements>HTML element</a> that is not an <code id=optional-tags:the-a-element><a href=#the-a-element>a</a></code>, <code id=optional-tags:the-audio-element><a href=#the-audio-element>audio</a></code>, <code id=optional-tags:the-del-element><a href=#the-del-element>del</a></code>,
   <code id=optional-tags:the-ins-element><a href=#the-ins-element>ins</a></code>, <code id=optional-tags:the-map-element><a href=#the-map-element>map</a></code>, <code id=optional-tags:the-noscript-element><a href=#the-noscript-element>noscript</a></code>, or <code id=optional-tags:the-video-element><a href=#the-video-element>video</a></code> element.</p>
 
   <div class=example>
@@ -73396,7 +73396,7 @@
   <p>Finally, switch back to the attribute value state that switched into this state.</p>
 
 
-  <h5 id=after-attribute-value-(quoted)-state>12.2.4.42 <dfn>After attribute value (quoted) state</dfn></h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27148" title=""After attribute value (quoted) state" is pointless">27148</a></div>
+  <h5 id=after-attribute-value-(quoted)-state>12.2.4.42 <dfn>After attribute value (quoted) state</dfn></h5>
 
   <p>Consume the <a href=#next-input-character id=after-attribute-value-(quoted)-state:next-input-character>next input character</a>:</p>
 
@@ -78954,6 +78954,7 @@
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 fieldset {
+  display: block;
   margin-left: 2px; margin-right: 2px;
   border: groove 2px ThreeDFace;
   padding: 0.35em 0.625em 0.75em;

Modified: source
===================================================================
--- source	2014-10-27 20:04:51 UTC (rev 8841)
+++ source	2014-10-28 18:20:29 UTC (rev 8842)
@@ -96010,7 +96010,7 @@
   <code>hgroup</code>, <code>hr</code>, <code>main</code>, <code>menu</code>, <code>nav</code>,
   <code>ol</code>, <code>p</code>, <code>pre</code>, <code>section</code>, <code>table</code>, or
   <code>ul</code>, element, or if there is no more content in the parent element and the parent
-  element is an <span>HTML element</span> that is not an <code>a</code>, <code>audio</code>, <code>del</code>,
+  element is an <span data-x="HTML elements">HTML element</span> that is not an <code>a</code>, <code>audio</code>, <code>del</code>,
   <code>ins</code>, <code>map</code>, <code>noscript</code>, or <code>video</code> element.</p>
 
   <div class="example">
@@ -107412,6 +107412,7 @@
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
 fieldset {
+  display: block;
   margin-left: 2px; margin-right: 2px;
   border: groove 2px ThreeDFace;
   padding: 0.35em 0.625em 0.75em;



More information about the Commit-Watchers mailing list