Skip to content

Commit 57bf698

Browse files
committed
[css-align] getting ready for wd
1 parent 9e6f5da commit 57bf698

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-align/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Shortname: css-align
55
Level: 3
66
Group: csswg
7-
Status: ED
7+
Status: WD
88
Work Status: Revising
99
ED: https://drafts.csswg.org/css-align/
1010
TR: https://www.w3.org/TR/css-align-3/
11-
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
12-
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
11+
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
12+
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1313
Previous Version: https://www.w3.org/TR/2016/WD-css-align-3-20160519/
1414
Previous Version: https://www.w3.org/TR/2014/WD-css-align-3-20141218/
1515
Previous Version: https://www.w3.org/TR/2013/WD-css3-align-20130514/
@@ -24,7 +24,7 @@ At Risk: ''last-baseline'', the <<overflow-position>> keywords, the scrollable-a
2424
spec:css-overflow-3; type:dfn; text:scroll container
2525
</pre>
2626

27-
<style type="text/css">
27+
<style>
2828
.issue th:first-child { text-align: left !important; }
2929
[rowspan] > img { float: right; }
3030
[rowspan] { vertical-align: middle; }
@@ -440,7 +440,7 @@ Overflow Alignment: the ''safe'' and ''unsafe'' keywords</h3>
440440
using a column flexbox as an example:
441441

442442
<figure>
443-
<style scoped>
443+
<style>
444444
.cross-auto-figure > div {
445445
margin: 0 auto;
446446
width: 70px;

0 commit comments

Comments
 (0)