Skip to content

Commit 0094575

Browse files
committed
[css3-sizing] Move the 'repudiate-floats' naming issue closer to the name.
1 parent 3084d85 commit 0094575

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

css3-sizing/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
content="CSS Intrinsic & Extrinsic Sizing Module Level 3 (CSS3 TMPL)"
1414
name=dcterms.title>
1515
<meta content=text name=dcterms.type>
16-
<meta content=2012-10-12 name=dcterms.issued>
16+
<meta content=2012-10-18 name=dcterms.issued>
1717
<meta content="http://dev.w3.org/csswg/css3-sizing/" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2012/ED-css3-sizing-20121012/"
19+
<meta content="http://www.w3.org/TR/2012/ED-css3-sizing-20121018/"
2020
name=dcterms.identifier>
2121
<link href="#contents" rel=contents>
2222
<link href="#index" rel=index>
@@ -31,12 +31,12 @@
3131

3232
<h1>CSS Intrinsic &amp; Extrinsic Sizing Module Level 3</h1>
3333

34-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 October
34+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 October
3535
2012</h2>
3636

3737
<dl><!--
3838
<dt>This version:
39-
<dd><a href="http://www.w3.org/TR/2012/ED-css3-sizing-20121012/">http://www.w3.org/TR/2012/ED-css3-sizing-20121012/</a>
39+
<dd><a href="http://www.w3.org/TR/2012/ED-css3-sizing-20121018/">http://www.w3.org/TR/2012/ED-css3-sizing-20121018/</a>
4040
-->
4141

4242
<dt>Latest version:
@@ -507,15 +507,15 @@ <h3 id=width-height-keywords><span class=secno>3.1. </span> New Keywords
507507
appropriate to the writing mode.
508508

509509
<dt><dfn id=repudiate-floats><code
510-
class=css>repudiate-floats</code></dfn>
510+
class=css>repudiate-floats</code></dfn> <span class=issue>Less stupid
511+
name?</span>
511512

512513
<dd> In the inline axis, use the larger of the min-content measure, and
513514
the fill-available measure minus the size of any non-descendant floats in
514515
the same formatting context. (This is similar to the behavior of a box
515516
that establishes a formatting context next to a float.) In the block
516517
axis, this is identical to ‘<code class=css>auto</code>’.
517-
<p class=issue> Does this value work? Is it needed? Also: less stupid
518-
name?
518+
<p class=issue> Does this value work? Is it needed?
519519
</dl>
520520

521521
<p class=issue> Right now all of these except ‘<a

css3-sizing/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h3 id='width-height-keywords'>
281281
Use the <i>fit-content measure</i> or <i>fit-content extent</i>,
282282
as appropriate to the writing mode.
283283

284-
<dt><dfn>''repudiate-floats''</dfn>
284+
<dt><dfn>''repudiate-floats''</dfn> <span class='issue'>Less stupid name?</span>
285285
<dd>
286286
In the inline axis,
287287
use the larger of the min-content measure,
@@ -293,7 +293,6 @@ <h3 id='width-height-keywords'>
293293
<p class='issue'>
294294
Does this value work?
295295
Is it needed?
296-
Also: less stupid name?
297296
</dl>
298297

299298
<p class="issue">

0 commit comments

Comments
 (0)