Skip to content

Commit 1e4e0fc

Browse files
committed
[css-scroll-snap-1] Update Changes, add DoC
1 parent c1c4508 commit 1e4e0fc

File tree

3 files changed

+136
-1
lines changed

3 files changed

+136
-1
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Shortname: css-scroll-snap
55
TR: https://www.w3.org/TR/css-scroll-snap-1/
66
Level: 1
77
Status: ED
8+
Previous Version: https://www.w3.org/TR/2018/CR-css-scroll-snap-1-20180814/
89
Previous Version: https://www.w3.org/TR/2017/CR-css-scroll-snap-1-20171214/
910
Previous Version: https://www.w3.org/TR/2017/CR-css-scroll-snap-1-20170824/
1011
Previous Version: https://www.w3.org/TR/2017/CR-css-scroll-snap-1-20170209/
@@ -1118,11 +1119,17 @@ Changes Since 14 August 2018 CR {#changes-20180814}
11181119

11191120
<ul>
11201121
<li id="change-2018-padding-intial">
1121-
Corrected 'scroll-padding' longhand property definition tables to list the new ''scroll-padding/auto'' keyword as their initial value.
1122+
Corrected 'scroll-padding' longhands to list the new ''scroll-padding/auto'' keyword in their property definition tables.
1123+
(<a href="https://github.com/w3c/csswg-drafts/issues/3189">Issue 3189</a>)
11221124
<li id="change-2018-computed-animation">
11231125
Fixed up “Computed value” and “Animation type” lines in the property definition tables.
1126+
<li id="change-2018-margin-percentage">
1127+
Cleaned up stray <<percentage>> values in 'scroll-margin' property definition tables.
1128+
(<a href="https://github.com/w3c/csswg-drafts/issues/3289">3289</a>)
11241129
</ul>
11251130

1131+
A <a href="https://drafts.csswg.org/css-scroll-snap-1/issues-cr-2018">Disposition of Comments is available</a>.
1132+
11261133
Changes Since 14 December 2017 CR {#changes-20171214}
11271134
---------------------------------------------------
11281135

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Draft: https://www.w3.org/TR/2018/CR-css-scroll-snap-1-20180814/
2+
Title: CSS Scroll Snap Module Level 1
3+
4+
----
5+
Issue 1.
6+
Summary: scroll-padding longhands property grammars missing 'auto' keyword
7+
From: Eric Willigers
8+
Comment: https://github.com/w3c/csswg-drafts/issues/3189
9+
Response: https://github.com/w3c/csswg-drafts/issues/3189#issuecomment-427950014
10+
Closed: Accepted
11+
Verified: https://github.com/w3c/csswg-drafts/issues/3189#issuecomment-428022790
12+
Resolved: Bugfix
13+
----
14+
Issue 2.
15+
Summary: Typo in Changes section
16+
From: Philippe Cloutier
17+
Comment: https://github.com/w3c/csswg-drafts/issues/3269
18+
Response: https://github.com/w3c/csswg-drafts/issues/3269#issuecomment-435014942
19+
Closed: Accepted
20+
Resolved: Editorial
21+
----
22+
Issue 3.
23+
Summary: Do scroll-margin-* accept percentages?
24+
From: Eric Willigers
25+
Comment: https://github.com/w3c/csswg-drafts/issues/3289
26+
Response: https://github.com/w3c/csswg-drafts/issues/3289#issuecomment-438808689
27+
Closed: Accepted
28+
Resolved: Bugfix
29+
----
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Scroll Snap Module Level 1 Disposition of Comments for 2018-08-14 CR</title>
4+
<style type="text/css">
5+
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
6+
pre > span { display: block; white-space: pre; }
7+
.a { background: #52E052 }
8+
.d { background: #8CCBF2 }
9+
.oi { background: #E0CB52 }
10+
.r { background: orange }
11+
.fo { background: #f66 }
12+
pre.a { background: #E9FBE9 }
13+
pre.d { background: #DEF }
14+
pre.oi { background: #FCFAEE }
15+
pre.r { background: #FFEECC }
16+
pre.fo { background: #FBE9E9 }
17+
.open { border: solid red; }
18+
:target { box-shadow: 0.25em 0.25em 0.25em; }
19+
a[href^=mid], a[href~=flatten] { text-decoration: none; }
20+
abbr { font-weight: bold; }
21+
</style>
22+
23+
<h1>CSS Scroll Snap Module Level 1 Disposition of Comments for 2018-08-14 CR</h1>
24+
25+
<p>Dated Draft: <a href="https://www.w3.org/TR/2018/CR-css-scroll-snap-1-20180814/">https://www.w3.org/TR/2018/CR-css-scroll-snap-1-20180814/</a>
26+
27+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-scroll-snap-1/">http://drafts.csswg.org/css-scroll-snap-1/</a>
28+
29+
<p>The following color coding convention is used for comments:</p>
30+
31+
<ul>
32+
<li class="a">Accepted or Rejected and positive response
33+
<li class="r">Rejected and no response
34+
<li class="fo">Rejected and negative response
35+
<li class="d">Deferred
36+
<li class="oi">Out-of-Scope or Invalid and not verified
37+
</ul>
38+
39+
<p class=open>Open issues are marked like this</p>
40+
41+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
42+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
43+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
44+
<pre class=' a' id='issue-1'>
45+
<span>Issue 1. <a href='#issue-1'>#</a></span>
46+
<span>Summary: scroll-padding longhands property grammars missing 'auto' keyword</span>
47+
<span>From: Eric Willigers</span>
48+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3189'>https://github.com/w3c/csswg-drafts/issues/3189</a></span>
49+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3189#issuecomment-427950014'>https://github.com/w3c/csswg-drafts/issues/3189#issuecomment-427950014</a></span>
50+
<span class="a">Closed: Accepted</span>
51+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3189#issuecomment-428022790'>https://github.com/w3c/csswg-drafts/issues/3189#issuecomment-428022790</a></span>
52+
<span>Resolved: Bugfix</span></pre>
53+
<pre class=' a' id='issue-2'>
54+
<span>Issue 2. <a href='#issue-2'>#</a></span>
55+
<span>Summary: Typo in Changes section</span>
56+
<span>From: Philippe Cloutier</span>
57+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3269'>https://github.com/w3c/csswg-drafts/issues/3269</a></span>
58+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3269#issuecomment-435014942'>https://github.com/w3c/csswg-drafts/issues/3269#issuecomment-435014942</a></span>
59+
<span class="a">Closed: Accepted</span>
60+
<span>Resolved: Editorial</span></pre>
61+
<pre class=' a' id='issue-3'>
62+
<span>Issue 3. <a href='#issue-3'>#</a></span>
63+
<span>Summary: Do scroll-margin-* accept percentages?</span>
64+
<span>From: Eric Willigers</span>
65+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3289'>https://github.com/w3c/csswg-drafts/issues/3289</a></span>
66+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3289#issuecomment-438808689'>https://github.com/w3c/csswg-drafts/issues/3289#issuecomment-438808689</a></span>
67+
<span class="a">Closed: Accepted</span>
68+
<span>Resolved: Bugfix</span></pre>
69+
<script>
70+
(function () {
71+
var sheet = document.styleSheets[0];
72+
function addCheckbox(className) {
73+
var element = document.querySelector('*.' + className);
74+
var span = document.createElement('span');
75+
span.innerHTML = element.innerHTML;
76+
element.innerHTML = null;
77+
var check = document.createElement('input');
78+
check.type = 'checkbox';
79+
if (className == 'open') {
80+
check.checked = false;
81+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
82+
check.onchange = function (e) {
83+
rule.style.display = this.checked ? 'none' : 'block';
84+
}
85+
}
86+
else {
87+
check.checked = true;
88+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
89+
check.onchange = function (e) {
90+
rule.style.display = this.checked ? 'block' : 'none';
91+
}
92+
}
93+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
94+
element.appendChild(check);
95+
element.appendChild(span);
96+
}
97+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
98+
}());
99+
</script>

0 commit comments

Comments
 (0)