Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: https://svn.whatwg.org/webapps@8842 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 28, 2014
1 parent 862582d commit 1290f8b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
17 changes: 9 additions & 8 deletions complete.html
Expand Up @@ -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>
Expand Down Expand Up @@ -12365,7 +12365,7 @@ <h4 id=the-p-element>4.4.1 The <dfn><code>p</code></dfn> element</h4>
<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>
Expand Down Expand Up @@ -55461,7 +55461,7 @@ <h4 id=contenteditable>6.6.1 Making document regions editable: The <code id=cont



<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>



Expand Down Expand Up @@ -57180,7 +57180,7 @@ <h4 id=nested-browsing-contexts>7.1.1 Nested browsing contexts</h4>
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
Expand Down Expand Up @@ -58983,7 +58983,7 @@ <h4 id=the-history-interface>7.5.2 The <code id=the-history-interface:history-3>
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: &quot;This is the entry or that Document that was most the recently traversed to.&quot;">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>

Expand Down Expand Up @@ -71145,7 +71145,7 @@ <h5 id=attributes-2>12.1.2.3 Attributes</h5>
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>

Expand Down Expand Up @@ -71322,7 +71322,7 @@ <h5 id=optional-tags>12.1.2.4 Optional tags</h5><div class=status><input onclick
<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>
Expand Down Expand Up @@ -73396,7 +73396,7 @@ <h5 id=character-reference-in-attribute-value-state>12.2.4.41 <dfn>Character ref
<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="&quot;After attribute value (quoted) state&quot; 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>

Expand Down Expand Up @@ -78954,6 +78954,7 @@ <h4 id=the-fieldset-and-legend-elements>14.3.13 The <code id=the-fieldset-and-le
<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;
Expand Down

0 comments on commit 1290f8b

Please sign in to comment.