Skip to content

Commit 93da28f

Browse files
committed
Add issue on fill-available calculations
1 parent c4aeec0 commit 93da28f

4 files changed

Lines changed: 23 additions & 12 deletions

File tree

css3-background/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ <h3 id=the-background-repeat><span class=secno>3.4. </span>Tiling Images:
752752
<tr>
753753
<th>Computed value:
754754

755-
<td>two keywords, one per dimension
755+
<td>A list, each item consisting of: two keywords, one per dimension
756756

757757
<tr>
758758
<th>Animatable:
@@ -1098,9 +1098,9 @@ <h3 id=the-background-position><span class=secno>3.6. </span>Positioning
10981098
<tr>
10991099
<th>Computed value:
11001100

1101-
<td>Two keywords representing the origin and two offsets from that
1102-
origin, each given as an absolute length (if given a &lt;length&gt;),
1103-
otherwise as a percentage.
1101+
<td>A list, each item consisting of: two keywords representing the
1102+
origin and two offsets from that origin, each given as an absolute
1103+
length (if given a &lt;length&gt;), otherwise as a percentage.
11041104

11051105
<tr>
11061106
<th>Animatable:
@@ -1331,7 +1331,7 @@ <h3 id=the-background-clip><span class=secno>3.7. </span>Painting Area: the
13311331
<tr>
13321332
<th>Computed value:
13331333

1334-
<td>same as specified value
1334+
<td>as specified
13351335

13361336
<tr>
13371337
<th>Animatable:
@@ -1429,7 +1429,7 @@ <h3 id=the-background-origin><span class=secno>3.8. </span>Positioning
14291429
<tr>
14301430
<th>Computed value:
14311431

1432-
<td>same as specified value
1432+
<td>as specified
14331433

14341434
<tr>
14351435
<th>Animatable:
@@ -1533,7 +1533,7 @@ <h3 id=the-background-size><span class=secno>3.9. </span>Sizing Images: the
15331533
<tr>
15341534
<th>Computed value:
15351535

1536-
<td>for &lt;length&gt; the absolute value, otherwise as specified
1536+
<td>as specified, but with lengths made absolute
15371537

15381538
<tr>
15391539
<th>Animatable:

css3-background/Overview.src.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ <h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</
400400
<td>visual
401401
<tr>
402402
<th>Computed value:
403-
<td>two keywords, one per dimension
403+
<td>A list, each item consisting of:
404+
two keywords, one per dimension
404405
<tr>
405406
<th>Animatable:
406407
<td>no
@@ -671,7 +672,8 @@ <h3 id="the-background-position">Positioning Images: the 'background-position' p
671672
<td>visual
672673
<tr>
673674
<th>Computed value:
674-
<td>Two keywords representing the origin and two offsets from that
675+
<td>A list, each item consisting of:
676+
two keywords representing the origin and two offsets from that
675677
origin, each given as an absolute length (if given a &lt;length&gt;),
676678
otherwise as a percentage.
677679
<tr>
@@ -860,7 +862,7 @@ <h3 id="the-background-clip">Painting Area: the 'background-clip' property</h3>
860862
<td>visual
861863
<tr>
862864
<th>Computed value:
863-
<td>same as specified value
865+
<td>as specified
864866
<tr>
865867
<th>Animatable:
866868
<td>no
@@ -931,7 +933,7 @@ <h3 id="the-background-origin">Positioning Area: the 'background-origin' propert
931933
<td>visual
932934
<tr>
933935
<th>Computed value:
934-
<td>same as specified value
936+
<td>as specified
935937
<tr>
936938
<th>Animatable:
937939
<td>no
@@ -1000,7 +1002,7 @@ <h3 id="the-background-size">Sizing Images: the 'background-size' property</h3>
10001002
<td>visual
10011003
<tr>
10021004
<th>Computed value:
1003-
<td>for &lt;length&gt; the absolute value, otherwise as specified
1005+
<td>as specified, but with lengths made absolute
10041006
<tr>
10051007
<th>Animatable:
10061008
<td>yes except keyword values

css3-writing-modes/Overview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4123,6 +4123,12 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
41234123
initial containing block. The <dfn
41244124
id=fill-available-extent>fill-available extent</dfn> is similarly
41254125
calculated by using the corresponding values from the block dimension.
4126+
<p class=issue>There have been some suggestions on improving this
4127+
definition for extents, see <a
4128+
href="http://lists.w3.org/Archives/Public/www-style/2009Nov/0286.html">dbaron</a><code
4129+
class=css>s message and <a
4130+
href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0129.html">tab</a></code>’s
4131+
message.
41264132

41274133
<dt><dfn id=fit-content>fit-content</dfn>
41284134

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,6 +3073,9 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
30733073
containing block.
30743074
The <dfn>fill-available extent</dfn> is similarly calculated by
30753075
using the corresponding values from the block dimension.
3076+
<p class=issue>There have been some suggestions on improving this definition
3077+
for extents, see <a href="http://lists.w3.org/Archives/Public/www-style/2009Nov/0286.html">dbaron</a>'s message
3078+
and <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0129.html">tab</a>'s message.
30763079
<dt><dfn>fit-content</dfn></dt>
30773080
<dd>Called the <i>shrink-to-fit</i> width in
30783081
<a href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1&sect;10.3.5</a>,

0 commit comments

Comments
 (0)