Skip to content

Commit 73b7a82

Browse files
committed
[css-grid] Make Bikeshed build cleanly.
1 parent c6f2618 commit 73b7a82

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

css-grid/Overview.bs

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Former editor: Phil Cupp, Microsoft Corporation, pcupp@microsoft.com
2323
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-grid-1/issues
2424
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
2525
Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end, flex factor, flex factors, block formatting context, grid-auto-position, min size property, max size property
26+
Ignored Vars: A, B, C, size-contribution, track-sizes, extra-space
2627
Link Defaults: css21 (property) margin/min-height/max-height/min-width/max-width, css-align-3 (dfn) alignment container/alignment subject/box alignment properties, css-align-3 (value) stretch/baseline, css-position-3 (property) left, css-position-3 (property) position, css-writing-modes-3 (dfn) start/end
2728
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
2829
</pre>
@@ -1685,8 +1686,8 @@ Implicit Named Lines</h4>
16851686

16861687
The 'grid-template-areas' property creates <dfn export lt="implicit named line">implicit named lines</dfn> from the <a>named grid areas</a> in the template.
16871688
For each <a>named grid area</a> <var>foo</var>, four <a>implicit named lines</a> are created:
1688-
two named ''<var>foo</var>-start'', naming the row-start and column-start lines of the <a>named grid area</a>,
1689-
and two named ''<var>foo</var>-end'', naming the row-end and column-end lines of the <a>named grid area</a>.
1689+
two named <css><var>foo</var>-start</css>, naming the row-start and column-start lines of the <a>named grid area</a>,
1690+
and two named <css><var>foo</var>-end</css>, naming the row-end and column-end lines of the <a>named grid area</a>.
16901691

16911692
These named lines behave just like any other named line,
16921693
except that they do not appear in the value of 'grid-template-rows'/'grid-template-columns'.
@@ -2211,15 +2212,15 @@ Placing Grid Items</h2>
22112212
<th>Column
22122213
<tbody>
22132214
<tr>
2214-
<th>Start
2215+
<th>|Start|
22152216
<td>row-start line
22162217
<td>column-start line
22172218
<tr>
2218-
<th>End
2219+
<th>|End|
22192220
<td>row-end line
22202221
<td>column-end line
22212222
<tr>
2222-
<th>Span
2223+
<th>|Span|
22232224
<td>row span
22242225
<td>column span
22252226
</table>
@@ -3676,7 +3677,7 @@ Stretch Flexible Tracks</h3>
36763677
</dl>
36773678

36783679
For each flexible track,
3679-
if the product of the <var>used flex fraction</var> and the track's <a>flex factor</a>
3680+
if the product of the used <a>flex fraction</a> and the track's <a>flex factor</a>
36803681
is greater than the track's <a>base size</a>,
36813682
set its <a>base size</a> to that product.
36823683

@@ -3869,3 +3870,9 @@ Changes</h2>
38693870
A partial <a href="http://dev.w3.org/csswg/css-grid-1/issues-wd-20150805">Disposition of Comments</a> is available.
38703871

38713872
See also <a href="http://www.w3.org/TR/2015/WD-css-grid-1-20150806/#changes">previous changes</a>.
3873+
3874+
Privacy and Security Considerations {#priv-sec}
3875+
===============================================
3876+
3877+
Flexbox introduces no new privacy leaks,
3878+
or security considerations beyond "implement it correctly".

0 commit comments

Comments
 (0)