Skip to content

Commit c7db67f

Browse files
committed
[css-grid] bikeshed fix
1 parent 7143297 commit c7db67f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=c
8787
An individual who has actual knowledge of a patent which the individual believes contains <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential>Essential Claim(s)</a>
8888
must disclose the information in accordance with <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section 6 of the W3C Patent Policy</a>.</div>
8989
<div data-fill-with=at-risk><p>The following features are at-risk, and may be dropped during the CR period:
90-
<ul><li>the <a class=css data-link-type=maybe href=#valuedef-subgrid title=subgrid>subgrid</a> value of <a class=property data-link-type=propdesc href=#propdef-grid-template-columns title=grid-template-columns>grid-template-columns</a> and <a class=property data-link-type=propdesc href=#propdef-grid-template-rows title=grid-template-rows>grid-template-rows</a>, and its component parts individually</ul></div>
90+
<ul><li>the <a class=css data-link-for=grid-template-rows data-link-type=maybe href=#valuedef-subgrid title=subgrid>subgrid</a> value of <a class=property data-link-type=propdesc href=#propdef-grid-template-columns title=grid-template-columns>grid-template-columns</a> and <a class=property data-link-type=propdesc href=#propdef-grid-template-rows title=grid-template-rows>grid-template-rows</a>, and its component parts individually</ul></div>
9191

9292
<h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class=content>Table of contents</span></h2>
9393
<div data-fill-with=table-of-contents><ul class=toc><li><a href=#intro><span class=secno>1</span>

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>CSS Grid Layout Module Level 1</h1>
1717
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 flexible or fixed predefined layout grid.
1818
Ignored Terms: column-*, justify-*, containing block, grid-field, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end
1919
Link Defaults: css21 (property) margin, css-align-3 (dfn) alignment container/alignment subject
20-
At Risk: the ''subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
20+
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
2121
</pre>
2222

2323
<style type="text/css">

0 commit comments

Comments
 (0)