Skip to content

Commit 2593212

Browse files
committed
[css-position] Fix markup, fix level, prep for WD
1 parent 7ae3472 commit 2593212

2 files changed

Lines changed: 1160 additions & 856 deletions

File tree

css-position/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<h1>CSS Positioned Layout Module Level 3</h1>
22

33
<pre class='metadata'>
4-
Status: ED
4+
Status: WD
5+
Date: 2016-05-19
56
Work Status: Exploring
67
Shortname: css-position
7-
Level: 1
8+
Level: 3
89
Group: csswg
910
ED: https://drafts.csswg.org/css-position/
1011
TR: https://www.w3.org/TR/css3-positioning/
@@ -422,7 +423,7 @@ Relative positioning</h3>
422423
effect on the box (B2) that follows: B2 is given a position as if B1 were not
423424
offset and B2 is not re-positioned after B1’s offset is applied. This
424425
implies that relative positioning may cause boxes to overlap. However, if
425-
relative positioning causes an 'overflow: auto' or 'overflow: scroll' box to
426+
relative positioning causes an ''overflow: auto'' or ''overflow: scroll'' box to
426427
have overflow, the user agent must allow the user to access this content (at
427428
its offset position), which, through the creation of a scrolling mechanism,
428429
may affect layout.

0 commit comments

Comments
 (0)