Skip to content

Commit 253b0d5

Browse files
committed
[css-grid] Remove snap-to-grid issue, per WG resolution.
1 parent b12bb35 commit 253b0d5

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

css-grid/Overview.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Grid Layout" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-07-22 name=dcterms.date>
14+
<meta content=2013-08-07 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content="Elika J. Etemad" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
@@ -59,11 +59,11 @@
5959

6060
<h1 class=title id=title>CSS Grid Layout</h1>
6161

62-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 22 July 2013</h2>
62+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 7 August 2013</h2>
6363

6464
<dl>
6565
<dt>This version:
66-
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130722/</a> -->
66+
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130807/</a> -->
6767

6868
<dd><a
6969
href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a>
@@ -398,16 +398,6 @@ <h2 id=intro><span class=secno>1. </span> Introduction and Overview</h2>
398398
their layout to changes in device form factors, orientation, and available
399399
space, without needing to alter the semantic nature of their content.
400400

401-
<p class=issue> A common use of design grids is to allow content to flow
402-
normally, but "snap" components to grid lines based on their normal flow
403-
position. Consider adding a grid placement algorithm based on such
404-
relative positioning. Note that this is a non-trivial issue as it impacts
405-
the static flow of content. In addition, the grid's algorithm currently
406-
depends on knowing the position of every grid item in advance to determine
407-
the size of its tracks; when snapping to grid lines, however, the line to
408-
which the grid item will snap is influenced by both the item's size and
409-
the size of tracks the item covers.
410-
411401
<h3 id=background><span class=secno>1.1. </span> Background and Motivation</h3>
412402

413403
<div class=sidefigure> <img

css-grid/Overview.src.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ <h2 id='intro'>
129129
authors can adapt their layout to changes in device form factors, orientation, and available space,
130130
without needing to alter the semantic nature of their content.
131131

132-
<p class="issue">
133-
A common use of design grids is to allow content to flow normally, but "snap" components to grid lines based on their normal flow position. Consider adding a grid placement algorithm based on such relative positioning. Note that this is a non-trivial issue as it impacts the static flow of content. In addition, the grid's algorithm currently depends on knowing the position of every grid item in advance to determine the size of its tracks; when snapping to grid lines, however, the line to which the grid item will snap is influenced by both the item's size and the size of tracks the item covers.
134-
135132

136133
<h3 id='background'>
137134
Background and Motivation</h3>

0 commit comments

Comments
 (0)