Skip to content

Commit 7484296

Browse files
committed
merge
2 parents b68b0fd + 166cadf commit 7484296

66 files changed

Lines changed: 4100 additions & 5781 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

biblio.ref

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,12 +1128,13 @@
11281128
%U http://www.w3.org/TR/2012/CR-css3-speech-20120320/
11291129

11301130
%L CSS3SYN
1131-
%T CSS3 module: Syntax
1132-
%A L. David Baron
1131+
%T CSS Syntax Module
1132+
%A Tab Atkins Jr.
1133+
%A Simon Sapin
11331134
%S W3C Working Draft
11341135
%O (Work in progress.)
1135-
%D 13 August 2003
1136-
%U http://www.w3.org/TR/2003/WD-css3-syntax-20030813
1136+
%D 5 November 2013
1137+
%U http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/
11371138

11381139
%L CSS3TBL
11391140
%A Bert Bos
@@ -5592,7 +5593,7 @@
55925593
%L UNICODE
55935594
%A The Unicode Consortium
55945595
%T The Unicode Standard
5595-
%D 2012
5596+
%D 2013
55965597
%O Defined by: The Unicode Standard, Version 6.3.0, (Mountain View, CA: The Unicode Consortium, 2013. ISBN 978-1-936213-08-5), as updated from time to time by the publication of new versions
55975598
%U http://www.unicode.org/standard/versions/enumeratedversions.html
55985599

css-align/Overview.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Box Alignment Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-12-13 name=dcterms.date>
14+
<meta content=2014-02-04 name=dcterms.date>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content="Tab Atkins Jr." name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
@@ -36,11 +36,11 @@
3636

3737
<h1>CSS Box Alignment Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2>
39+
<h2 class="no-num no-toc">Editor's Draft 4 February 2014</h2>
4040

4141
<dl>
4242
<dt>This version:
43-
<!--<dd><a href="http://dev.w3.org/csswg/css-align/">http://www.w3.org/TR/2013/WD-css-align-20131213/</a>-->
43+
<!--<dd><a href="http://dev.w3.org/csswg/css-align/">http://www.w3.org/TR/2014/WD-css-align-20140204/</a>-->
4444

4545
<dd><a
4646
href="http://dev.w3.org/csswg/css-align/">http://dev.w3.org/csswg/css-align</a>
@@ -87,7 +87,7 @@ <h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2>
8787
<!--begin-copyright-->
8888
<p class=copyright><a
8989
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
90-
rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
90+
rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr
9191
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
9292
href="http://www.csail.mit.edu/"><abbr
9393
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
@@ -560,15 +560,19 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional
560560
to be flush with the edge of the <a
561561
href="#alignment-container"><i>alignment container</i></a> corresponding
562562
to the <a href="#alignment-subject"><i>alignment subject</i></a>’s
563-
start side.
563+
start side. If the <a>writing modes</a> of the <a>alignment subject</a>
564+
and the <a>alignment container</a> are <a>orthogonal</a>, this value
565+
computes to ‘<a href="#start"><code class=css>start</code></a>’.
564566

565567
<dt><dfn id=self-end><code class=css>self-end</code></dfn>
566568

567569
<dd>Aligns the <a href="#alignment-subject"><i>alignment subject</i></a>
568570
to be flush with the edge of the <a
569571
href="#alignment-container"><i>alignment container</i></a> corresponding
570572
to the <a href="#alignment-subject"><i>alignment subject</i></a>’s end
571-
side.
573+
side. If the <a>writing modes</a> of the <a>alignment subject</a> and the
574+
<a>alignment container</a> are <a>orthogonal</a>, this value computes to
575+
<a href="#end"><code class=css>end</code></a>’.
572576

573577
<dt><dfn id=flex-start><code class=css>flex-start</code></dfn>
574578

@@ -578,7 +582,7 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional
578582
be flush with the edge of the <a href="#alignment-container"><i>alignment
579583
container</i></a> corresponding to the <i>flex container</i>’s
580584
main-start or cross-start side, as appropriate. When used in layout modes
581-
other than Flexbox, this is equivalent to ‘<a href="#start"><code
585+
other than Flexbox, this value computes to ‘<a href="#start"><code
582586
class=css>start</code></a>’.
583587

584588
<dt><dfn id=flex-end><code class=css>flex-end</code></dfn>
@@ -588,8 +592,8 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional
588592
the edge of the <a href="#alignment-container"><i>alignment
589593
container</i></a> corresponding to the <i>flex container</i>’s main-end
590594
or cross-end side, as appropriate. When used in layout modes other than
591-
Flexbox, this is equivalent to ‘<a href="#start"><code
592-
class=css>start</code></a>’.
595+
Flexbox, this value computes to ‘<a href="#end"><code
596+
class=css>end</code></a>’.
593597

594598
<dt><dfn id=left><code class=css>left</code></dfn>
595599

@@ -598,7 +602,8 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional
598602
container</i></a>’s <a
599603
href="http://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a>
600604
edge. If the property's axis is not parallel with the inline axis, this
601-
is equivalent to ‘<a href="#start"><code class=css>start</code></a>’.
605+
value computes to ‘<a href="#start"><code
606+
class=css>start</code></a>’.
602607

603608
<dt><dfn id=right><code class=css>right</code></dfn>
604609

@@ -607,7 +612,8 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional
607612
container</i></a>’s <a
608613
href="http://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a>
609614
edge. If the property's axis is not parallel with the inline axis, this
610-
is equivalent to ‘<a href="#start"><code class=css>start</code></a>’.
615+
value computes to ‘<a href="#start"><code
616+
class=css>start</code></a>’.
611617
</dl>
612618

613619
<p class=issue>Add example images.

css-align/Overview.src.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,34 +269,38 @@ <h3 id='positional-values'>
269269
<dt><dfn>''self-start''</dfn>
270270
<dd>Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
271271
corresponding to the <i>alignment subject</i>’s start side.
272+
If the <a>writing modes</a> of the <a>alignment subject</a> and the <a>alignment container</a> are <a>orthogonal</a>,
273+
this value computes to ''start''.
272274

273275
<dt><dfn>''self-end''</dfn>
274276
<dd>Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
275277
corresponding to the <i>alignment subject</i>’s end side.
278+
If the <a>writing modes</a> of the <a>alignment subject</a> and the <a>alignment container</a> are <a>orthogonal</a>,
279+
this value computes to ''end''.
276280

277281
<dt><dfn>''flex-start''</dfn>
278282
<dd><strong>Only used in flex layout.</strong> [[!CSS3-FLEXBOX]]
279283
Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
280284
corresponding to the <i>flex container</i>’s main-start or cross-start side, as appropriate.
281285
When used in layout modes other than Flexbox,
282-
this is equivalent to ''start''.
286+
this value computes to ''start''.
283287

284288
<dt><dfn>''flex-end''</dfn>
285289
<dd><strong>Only used in flex layout.</strong>
286290
Aligns the <i>alignment subject</i> to be flush with the edge of the <i>alignment container</i>
287291
corresponding to the <i>flex container</i>’s main-end or cross-end side, as appropriate.
288292
When used in layout modes other than Flexbox,
289-
this is equivalent to ''start''.
293+
this value computes to ''end''.
290294

291295
<dt><dfn>''left''</dfn>
292296
<dd>Aligns the <i>alignment subject</i> to be flush with the <i>alignment container</i>’s <a href="http://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a> edge.
293297
If the property's axis is not parallel with the inline axis,
294-
this is equivalent to ''start''.
298+
this value computes to ''start''.
295299

296300
<dt><dfn>''right''</dfn>
297301
<dd>Aligns the <i>alignment subject</i> to be flush with the <i>alignment container</i>’s <a href="http://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a> edge.
298302
If the property's axis is not parallel with the inline axis,
299-
this is equivalent to ''start''.
303+
this value computes to ''start''.
300304
</dl>
301305

302306
<p class='issue'>Add example images.

css-animations/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta content="CSS Animations" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-01-22 name=dcterms.date>
13+
<meta content=2014-01-29 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-animations/"
@@ -33,7 +33,7 @@
3333

3434
<h1>CSS Animations</h1>
3535

36-
<h2 class="no-num no-toc">Editor's Draft 22 January 2014</h2>
36+
<h2 class="no-num no-toc">Editor's Draft 29 January 2014</h2>
3737

3838
<dl>
3939
<dt>This version:
@@ -349,7 +349,7 @@ <h2 id=animations><span class=secno>3. </span> Animations</h2>
349349
level for CSS Animations) that will produce the correct computed value for
350350
the current state of the animation. As defined in <a
351351
href="#ref-CSS3CASCADE">[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>,
352-
animations override all normal rules, but are overriden by !important
352+
animations override all normal rules, but are overridden by !important
353353
rules.
354354

355355
<p> If at one point in time there are multiple animations specifying

css-animations/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2 id="animations">
146146
that will produce the correct computed value for
147147
the current state of the animation.
148148
As defined in [[CSS3CASCADE]],
149-
animations override all normal rules, but are overriden by
149+
animations override all normal rules, but are overridden by
150150
!important rules.
151151

152152
<p>

0 commit comments

Comments
 (0)