Skip to content

Commit 7143297

Browse files
committed
[css-grid] Mark subgrid as at-risk.
1 parent a368b4f commit 7143297

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css-grid/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=c
8686
that page also includes instructions for disclosing a patent.
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>
89-
<div data-fill-with=at-risk></div>
89+
<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>
9091

9192
<h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class=content>Table of contents</span></h2>
9293
<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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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
2021
</pre>
2122

2223
<style type="text/css">

0 commit comments

Comments
 (0)