Skip to content

Commit

Permalink
[giow] (3) Make <legend> styles match reality.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22157
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7987 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 18, 2013
1 parent 47d1310 commit 4dbb1d0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 6 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 June 2013</h2>
<li><a href=#margin-collapsing-quirks><span class=secno>14.3.10 </span>Margin collapsing quirks</a></li>
<li><a href=#form-controls><span class=secno>14.3.11 </span>Form controls</a></li>
<li><a href=#the-hr-element-0><span class=secno>14.3.12 </span>The <code>hr</code> element</a></li>
<li><a href=#the-fieldset-element-0><span class=secno>14.3.13 </span>The <code>fieldset</code> element</a></ol></li>
<li><a href=#the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <code>fieldset</code> and <code>legend</code> elements</a></ol></li>
<li><a href=#replaced-elements><span class=secno>14.4 </span>Replaced elements</a>
<ol>
<li><a href=#embedded-content-2><span class=secno>14.4.1 </span>Embedded content</a></li>
Expand Down Expand Up @@ -94743,14 +94743,18 @@ <h4 id=the-hr-element-0><span class=secno>14.3.12 </span>The <code><a href=#the-



<h4 id=the-fieldset-element-0><span class=secno>14.3.13 </span>The <code><a href=#the-fieldset-element>fieldset</a></code> element</h4>
<h4 id=the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <code><a href=#the-fieldset-element>fieldset</a></code> and <code><a href=#the-legend-element>legend</a></code> elements</h4>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

fieldset {
margin-left: 2px; margin-right: 2px;
border: groove 2px ThreeDFace;
padding: 0.35em 0.625em 0.75em;
}

legend {
padding-left: 2px; padding-right: 2px;
}</pre>

<p>The <code><a href=#the-fieldset-element>fieldset</a></code> element is expected to establish a new
Expand Down
8 changes: 6 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@
<li><a href=#margin-collapsing-quirks><span class=secno>14.3.10 </span>Margin collapsing quirks</a></li>
<li><a href=#form-controls><span class=secno>14.3.11 </span>Form controls</a></li>
<li><a href=#the-hr-element-0><span class=secno>14.3.12 </span>The <code>hr</code> element</a></li>
<li><a href=#the-fieldset-element-0><span class=secno>14.3.13 </span>The <code>fieldset</code> element</a></ol></li>
<li><a href=#the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <code>fieldset</code> and <code>legend</code> elements</a></ol></li>
<li><a href=#replaced-elements><span class=secno>14.4 </span>Replaced elements</a>
<ol>
<li><a href=#embedded-content-2><span class=secno>14.4.1 </span>Embedded content</a></li>
Expand Down Expand Up @@ -94743,14 +94743,18 @@ hr[color], hr[noshade] { border-style: solid; }</pre>



<h4 id=the-fieldset-element-0><span class=secno>14.3.13 </span>The <code><a href=#the-fieldset-element>fieldset</a></code> element</h4>
<h4 id=the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <code><a href=#the-fieldset-element>fieldset</a></code> and <code><a href=#the-legend-element>legend</a></code> elements</h4>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

fieldset {
margin-left: 2px; margin-right: 2px;
border: groove 2px ThreeDFace;
padding: 0.35em 0.625em 0.75em;
}

legend {
padding-left: 2px; padding-right: 2px;
}</pre>

<p>The <code><a href=#the-fieldset-element>fieldset</a></code> element is expected to establish a new
Expand Down
6 changes: 5 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -105712,14 +105712,18 @@ hr[color], hr[noshade] { border-style: solid; }</pre>



<h4>The <code>fieldset</code> element</h4>
<h4>The <code>fieldset</code> and <code>legend</code> elements</h4>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

fieldset {
margin-left: 2px; margin-right: 2px;
border: groove 2px ThreeDFace;
padding: 0.35em 0.625em 0.75em;
}

legend {
padding-left: 2px; padding-right: 2px;
}</pre>

<p>The <code>fieldset</code> element is expected to establish a new
Expand Down

0 comments on commit 4dbb1d0

Please sign in to comment.