Skip to content

Commit 4e1fd13

Browse files
committed
[css-align] Update Changes list
1 parent 4e2b63a commit 4e1fd13

2 files changed

Lines changed: 8 additions & 45 deletions

File tree

css-align/Overview.bs

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ED: http://dev.w3.org/csswg/css-align/
99
TR: http://www.w3.org/TR/css3-align/
1010
Editor: fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
12+
Previous Version: http://www.w3.org/TR/2013/WD-css3-align-20130514/
1213
Previous Version: http://www.w3.org/TR/2012/WD-css3-align-20120612/
1314
Abstract: This module contains the features of <a href="http://www.w3.org/TR/CSS/">CSS</a> relating to the alignment of boxes within their containers in the various CSS box layout models: block layout, table layout, flex layout, and grid layout. (The alignment of text and inline-level content is defined in [[CSS3TEXT]] and [[CSS3LINE]].)
1415
!Issue Tracking: <a href="http://www.w3.org/Style/CSS/Tracker/products/39">http://www.w3.org/Style/CSS/Tracker/products/39</a>
@@ -961,32 +962,13 @@ Determining the Baseline of a Box</h2>
961962
<h2 id="changes">
962963
Changes</h2>
963964

964-
Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-align-20120612/">First Public Working Draft</a> include:
965+
Changes since the <a href="http://www.w3.org/TR/2013/WD-css3-align-20130514/">previous Working Draft</a> include:
965966

966967
<ul>
967968
<li>
968-
Defined terms <a>alignment container</a> and <a>alignment subject</a>
969-
to make it easier to define alignment.
969+
Added ''last-baseline'' keyword.
970970
<li>
971-
Pulled out all value definitions into a general section on <a href="#alignment-values">Alignment Values</a>.
972-
<li>
973-
Added both ''safe'' and ''true'' as <a href="#overflow-values">overflow alignment keywords</a>
974-
and made the default layout-mode-dependent.
975-
<li>
976-
Removed ''head'' and ''foot'' keywords,
977-
defined ''start'' and ''end'' keywords as relative to the <a>alignment container</a>'s <a>writing mode</a>,
978-
and added ''self-start'' and ''self-end'' to be relative to the <a>alignment subject</a>.
979-
<li>
980-
Filled out details on <a href="#baseline">baseline alignment</a>.
981-
<li>
982-
Made 'justify-items' handle the <code>&lt;CENTER&gt;></code>/<code>align</code> attribute requirements
983-
by adding ''legacy'' keyword.
984-
<li>
985-
Added <a>fallback alignment</a> ability for 'justify-content' and 'align-content'.
986-
<li>
987-
Defined alignment behavior of absolutely-positioned elements.
988-
<li>
989-
Improved details on alignment behavior of other layout modes.
971+
Improved details of baseline alignment.
990972
</ul>
991973

992974
<h2 class=no-num id="acknowledgments">

css-align/Overview.html

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<h1 class="p-name no-ref" id=title>CSS Box Alignment Module Level 3</h1>
6363
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
6464
<span class=dt-updated><span class=value-title title=20140425>25 April 2014</span></span></span></h2>
65-
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-align/>http://dev.w3.org/csswg/css-align/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-align/>http://www.w3.org/TR/css3-align/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-align/>http://dev.w3.org/csswg/css-align/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/WD-css3-align-20120612/ rel=previous>http://www.w3.org/TR/2012/WD-css3-align-20120612/</a>
65+
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-align/>http://dev.w3.org/csswg/css-align/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-align/>http://www.w3.org/TR/css3-align/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-align/>http://dev.w3.org/csswg/css-align/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-align-20130514/ rel=previous>http://www.w3.org/TR/2013/WD-css3-align-20130514/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-align-20120612/ rel=previous>http://www.w3.org/TR/2012/WD-css3-align-20120612/</a>
6666
<dt>Feedback:</dt>
6767
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-align%5D%20feedback">www-style@w3.org</a>
6868
with subject line
@@ -1029,32 +1029,13 @@ <h2 class="heading settled heading" data-level=7 id=baseline-rules><span class=s
10291029
<h2 class="heading settled heading" data-level=8 id=changes><span class=secno>8 </span><span class=content>
10301030
Changes</span><a class=self-link href=#changes></a></h2>
10311031

1032-
<p> Changes since the <a href=http://www.w3.org/TR/2012/WD-css3-align-20120612/>First Public Working Draft</a> include:
1032+
<p> Changes since the <a href=http://www.w3.org/TR/2013/WD-css3-align-20130514/>previous Working Draft</a> include:
10331033

10341034
<p> <ul>
10351035
<li>
1036-
Defined terms <a data-link-type=dfn href=#alignment-container title="alignment container">alignment container</a> and <a data-link-type=dfn href=#alignment-subject title="alignment subject">alignment subject</a>
1037-
to make it easier to define alignment.
1036+
Added <a class=css data-link-type=maybe href=#valuedef-last-baseline title=last-baseline>last-baseline</a> keyword.
10381037
<li>
1039-
Pulled out all value definitions into a general section on <a href=#alignment-values>Alignment Values</a>.
1040-
<li>
1041-
Added both <a class=css data-link-type=maybe href=#valuedef-safe title=safe>safe</a> and <a class=css data-link-type=maybe href=#valuedef-true title=true>true</a> as <a href=#overflow-values>overflow alignment keywords</a>
1042-
and made the default layout-mode-dependent.
1043-
<li>
1044-
Removed <span class=css data-link-type=maybe title=head>head</span> and <span class=css data-link-type=maybe title=foot>foot</span> keywords,
1045-
defined <a class=css data-link-type=maybe href=#valuedef-start title=start>start</a> and <a class=css data-link-type=maybe href=#valuedef-end title=end>end</a> keywords as relative to the <a data-link-type=dfn href=#alignment-container title="alignment container">alignment container</a>’s <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#writing-mode0 title="writing mode">writing mode</a>,
1046-
and added <a class=css data-link-type=maybe href=#valuedef-self-start title=self-start>self-start</a> and <a class=css data-link-type=maybe href=#valuedef-self-end title=self-end>self-end</a> to be relative to the <a data-link-type=dfn href=#alignment-subject title="alignment subject">alignment subject</a>.
1047-
<li>
1048-
Filled out details on <a href=#baseline>baseline alignment</a>.
1049-
<li>
1050-
Made <a class=property data-link-type=propdesc href=#propdef-justify-items title=justify-items>justify-items</a> handle the <code>&lt;CENTER&gt;&gt;</code>/<code>align</code> attribute requirements
1051-
by adding <a class=css data-link-type=maybe href=#valuedef-legacy title=legacy>legacy</a> keyword.
1052-
<li>
1053-
Added <a data-link-type=dfn href=#fallback-alignment title="fallback alignment">fallback alignment</a> ability for <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> and <a class=property data-link-type=propdesc href=#propdef-align-content title=align-content>align-content</a>.
1054-
<li>
1055-
Defined alignment behavior of absolutely-positioned elements.
1056-
<li>
1057-
Improved details on alignment behavior of other layout modes.
1038+
Improved details of baseline alignment.
10581039
</ul>
10591040

10601041
<h2 class="no-num heading settled heading" id=acknowledgments><span class=content>

0 commit comments

Comments
 (0)