Skip to content

Commit d0b19e4

Browse files
authored
Merge branch 'master' into patch-2
2 parents d5bd11e + 1b3d41b commit d0b19e4

5 files changed

Lines changed: 154 additions & 226 deletions

File tree

css-content-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,12 @@ Inserting and replacing content with the 'content' property</h2>
114114
<dl dfn-for="content" dfn-type=value>
115115
<dt><dfn>normal</dfn>
116116
<dd>
117-
For an element, this computes to ''content/contents''.
117+
For an element or page margin box, this computes to ''content/contents''.
118118

119119
For ''::before'' and ''::after'', this computes to ''content/none''.
120120

121+
For ''::marker'', this computes to itself (''content/normal'').
122+
121123
<dt><dfn>none</dfn>
122124
<dd>
123125
On elements, this inhibits the children of the element from being rendered as children of this element,

css-display-3/Overview.bs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,12 @@ Appendix A: Glossary</h2>
11651165
Note: some [=formatting contexts=] inhibit floating,
11661166
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.
11671167

1168+
<dt><dfn lt="absolutely positioned | absolutely positioned element | absolutely positioned box">absolutely posititioned</dfn>
1169+
<dd>
1170+
A box is <a>absolutely positioned</a>
1171+
if its 'position' property is either ''absolute'' or ''fixed''.
1172+
Absolutely positioned boxes are also <a>out-of-flow</a>.
1173+
11681174
<dt><dfn>document order</dfn>
11691175
<dd>
11701176
The order in which boxes or content occurs in the document
@@ -1361,6 +1367,22 @@ Acknowledgments</h2>
13611367
<h2 class=no-num id="changes">
13621368
Changes</h2>
13631369

1370+
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-display-3-20180828/">28 August 2018 Candidate Recommendation</a>
1371+
include:
1372+
1373+
<ul>
1374+
<li id="change-parent">
1375+
Defined <a>parent box</a>.
1376+
<li id="change-abspos">
1377+
Added definition of <a>absolutely positioned</a> to the glossary;
1378+
<a href="https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned">copied from CSS2</a> for easier referencing.
1379+
<li id="change-bidi-fragment">
1380+
Added cross-references to various forms of fragmentation in [[#intro]].
1381+
</ul>
1382+
1383+
<h3 id="changes-wd">
1384+
Changes Prior to Candidate Recommendation Status</h3>
1385+
13641386
A <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017">Disposition of Comments</a> is available.
13651387

13661388
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-display-3-20180420/">20 April 2018 Working Draft</a> include:

css-easing-1/Overview.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Level: 1
77
Group: csswg
88
ED: https://drafts.csswg.org/css-easing/
99
TR: https://www.w3.org/TR/css-easing-1/
10+
Previous version: https://www.w3.org/TR/2018/WD-css-easing-1-20181009/
1011
Previous version: https://www.w3.org/TR/2018/WD-css-timing-1-20180926/
1112
Previous version: https://www.w3.org/TR/2017/WD-css-timing-1-20170221/
1213
Editor: Brian Birtles, Mozilla https://www.mozilla.org/, bbirtles@mozilla.com, w3cid 43194
@@ -442,17 +443,13 @@ Changes since last publication {#changes}
442443
==============================
443444

444445
The following changes have been made since the <a
445-
href="https://www.w3.org/TR/2017/WD-css-timing-1-20170221/">21 February
446-
2017 Working Draft</a>:
446+
href="https://www.w3.org/TR/2018/WD-css-easing-1-20181009/">9 October
447+
2018 Working Draft</a>:
447448

448449
* Reworded specification to refer to &ldquo;easing functions&rdquo;
449450
rather than &ldquo;timing functions&rdquo;
450451
and use more general language that does not assume these functions are only
451452
applied to animations.
452-
* Removed `frames()` easing function.
453-
* Added ''steps()/jump-start'', ''steps()/jump-end'',
454-
''steps()/jump-none'', and ''steps()/jump-both'' keywords to
455-
''steps()'' easing function.
456453

457454
Acknowledgements {#acknowledgements}
458455
================

0 commit comments

Comments
 (0)