Skip to content

Commit 5ffc2db

Browse files
committed
Add new issues list
1 parent 13d0bf2 commit 5ffc2db

2 files changed

Lines changed: 218 additions & 0 deletions

File tree

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Scroll Snapping Level 1 Disposition of Comments for -2015-12 Draft</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+
:not(pre).a { background: lightgreen }
8+
:not(pre).d { background: lightblue }
9+
:not(pre).oi { background: yellow }
10+
:not(pre).r { background: orange }
11+
:not(pre).fo { background: red }
12+
.open { border: solid red; }
13+
:target { box-shadow: 0.25em 0.25em 0.25em; }
14+
</style>
15+
16+
<h1>CSS Scroll Snapping Level 1 Disposition of Comments for -2015-12 Draft</h1>
17+
18+
<p>Dated Draft: <a href="https://drafts.csswg.org/css-scroll-snap/">https://drafts.csswg.org/css-scroll-snap/</a>
19+
20+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-scroll-snap/">http://drafts.csswg.org/css-scroll-snap/</a>
21+
22+
<p>The following color coding convention is used for comments:</p>
23+
24+
<ul>
25+
<li class="a">Accepted or Rejected and positive response
26+
<li class="r">Rejected and no response
27+
<li class="fo">Rejected and negative response
28+
<li class="d">Deferred
29+
<li class="oi">Out-of-Scope or Invalid and not verified
30+
</ul>
31+
32+
<p class=open>Open issues are marked like this</p>
33+
34+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
35+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
36+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
37+
<pre class='open ' id='issue-1'>
38+
<span>Issue 1. <a href='#issue-1'>#</a></span>
39+
<span>Summary: Rename 'proximity' and 'mandatory'</span>
40+
<span>From: Sebastian Zartner</span>
41+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html</a></span>
42+
<span>Response: </span>
43+
<span>Open</span>
44+
<span>Verified: </span>
45+
<span>Resolved: </span></pre>
46+
<pre class=' a' id='issue-2'>
47+
<span>Issue 2. <a href='#issue-2'>#</a></span>
48+
<span>Summary: Add property to define poximity capture distance</span>
49+
<span>From: Sebastian Zartner</span>
50+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0178.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0178.html</a></span>
51+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0182.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0182.html</a></span>
52+
<span class="d">Closed: Deferred</span>
53+
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0190.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0190.html</a></span>
54+
<span>Resolved: Editor's discretion</span></pre>
55+
<pre class='open ' id='issue-3'>
56+
<span>Issue 3. <a href='#issue-3'>#</a></span>
57+
<span>Summary: Split 'scroll-snap-type' into longhands</span>
58+
<span>From: fantasai</span>
59+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Nov/0328.html'>https://lists.w3.org/Archives/Public/www-style/2015Nov/0328.html</a></span>
60+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0108.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0108.html</a></span>
61+
<span>Response: </span>
62+
<span>Open</span>
63+
<span>Verified: </span>
64+
<span>Resolved: </span></pre>
65+
<pre class='open ' id='issue-4'>
66+
<span>Issue 4. <a href='#issue-4'>#</a></span>
67+
<span>Summary: Should tracking an element snap position be required?</span>
68+
<span>From: Matt Rakow</span>
69+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0080.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0080.html</a></span>
70+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html</a></span>
71+
<span class="">Open: =WG= Discuss.</span>
72+
<span>Verified: </span>
73+
<span>Resolved: </span></pre>
74+
<pre class='open ' id='issue-5'>
75+
<span>Issue 5. <a href='#issue-5'>#</a></span>
76+
<span>Summary: Remove or maintain point-snapping</span>
77+
<span>From: Matt Rakow</span>
78+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html</a></span>
79+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html</a></span>
80+
<span class="">Open: =WG= Discuss.</span>
81+
<span>Verified: </span>
82+
<span>Resolved: </span></pre>
83+
<pre class='open ' id='issue-6'>
84+
<span>Issue 6. <a href='#issue-6'>#</a></span>
85+
<span>Summary: Viewport terminology</span>
86+
<span>From: Matt Rakow</span>
87+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html</a></span>
88+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html</a></span>
89+
<span>Notes: Proposed to introduce "scrollport" as superset of "visual viewport"</span>
90+
<span>Open</span>
91+
<span>Verified: </span>
92+
<span>Resolved: </span></pre>
93+
<pre class='open ' id='issue-7'>
94+
<span>Issue 7. <a href='#issue-7'>#</a></span>
95+
<span>Summary: Logical alignment axis mismatches physical padding</span>
96+
<span>From: Matt Rakow</span>
97+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0090.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0090.html</a></span>
98+
<span>Open</span>
99+
<span>Verified: </span>
100+
<span>Resolved: </span></pre>
101+
<pre class='open ' id='issue-8'>
102+
<span>Issue 8. <a href='#issue-8'>#</a></span>
103+
<span>Summary: Remove or maintiain 'edges' value?</span>
104+
<span>From: Matt Rakow</span>
105+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0090.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0090.html</a></span>
106+
<span class="">Open: =WG= Discuss</span>
107+
<span>Verified: </span>
108+
<span>Resolved: </span></pre>
109+
<script>
110+
(function () {
111+
var sheet = document.styleSheets[0];
112+
function addCheckbox(className) {
113+
var element = document.querySelector('*.' + className);
114+
var span = document.createElement('span');
115+
span.innerHTML = element.innerHTML;
116+
element.innerHTML = null;
117+
var check = document.createElement('input');
118+
check.type = 'checkbox';
119+
if (className == 'open') {
120+
check.checked = false;
121+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
122+
check.onchange = function (e) {
123+
rule.style.display = this.checked ? 'none' : 'block';
124+
}
125+
}
126+
else {
127+
check.checked = true;
128+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
129+
check.onchange = function (e) {
130+
rule.style.display = this.checked ? 'block' : 'none';
131+
}
132+
}
133+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
134+
element.appendChild(check);
135+
element.appendChild(span);
136+
}
137+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
138+
}());
139+
</script>

css-scroll-snap/issues-2015-12.txt

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
Draft: https://drafts.csswg.org/css-scroll-snap/
2+
Title: CSS Scroll Snapping Level 1
3+
Shortname: css-scroll-snap
4+
5+
Issues since wrapping up the TPAC feedback in November.
6+
7+
----
8+
Issue 1.
9+
Summary: Rename 'proximity' and 'mandatory'
10+
From: Sebastian Zartner
11+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html
12+
Response:
13+
Open
14+
Verified:
15+
Resolved:
16+
----
17+
Issue 2.
18+
Summary: Add property to define poximity capture distance
19+
From: Sebastian Zartner
20+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0178.html
21+
Response: https://lists.w3.org/Archives/Public/www-style/2015Dec/0182.html
22+
Closed: Deferred
23+
Verified: https://lists.w3.org/Archives/Public/www-style/2015Dec/0190.html
24+
Resolved: Editor's discretion
25+
----
26+
Issue 3.
27+
Summary: Split 'scroll-snap-type' into longhands
28+
From: fantasai
29+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Nov/0328.html
30+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0108.html
31+
Response:
32+
Open
33+
Verified:
34+
Resolved:
35+
----
36+
Issue 4.
37+
Summary: Should tracking an element snap position be required?
38+
From: Matt Rakow
39+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jan/0080.html
40+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html
41+
Open: =WG= Discuss.
42+
Verified:
43+
Resolved:
44+
----
45+
Issue 5.
46+
Summary: Remove or maintain point-snapping
47+
From: Matt Rakow
48+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html
49+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html
50+
Open: =WG= Discuss.
51+
Verified:
52+
Resolved:
53+
----
54+
Issue 6.
55+
Summary: Viewport terminology
56+
From: Matt Rakow
57+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Dec/0177.html
58+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jan/0096.html
59+
Notes: Proposed to introduce "scrollport" as superset of "visual viewport"
60+
Open
61+
Verified:
62+
Resolved:
63+
----
64+
Issue 7.
65+
Summary: Logical alignment axis mismatches physical padding
66+
From: Matt Rakow
67+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jan/0090.html
68+
Open
69+
Verified:
70+
Resolved:
71+
----
72+
Issue 8.
73+
Summary: Remove or maintiain 'edges' value?
74+
From: Matt Rakow
75+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jan/0090.html
76+
Open: =WG= Discuss
77+
Verified:
78+
Resolved:
79+
----

0 commit comments

Comments
 (0)