Skip to content

Commit fdbbe9c

Browse files
committed
[css-values] Fix up final editorial issues. clean up DoC.
1 parent d9c0218 commit fdbbe9c

3 files changed

Lines changed: 57 additions & 17 deletions

File tree

css-values/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Editor: fantasai, http://fantasai.inkedblade.net/contact
2020
Former Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
2121
Abstract: This CSS3 module describes the common values and units that CSS properties accept and the syntax used for describing them in CSS property definitions.
2222
Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/33
23-
At Risk: ''calc()'', ''toggle()'', ''attr()''
23+
At Risk: ''toggle()'', ''attr()''
2424
Ignored Terms: <spacing-limit>, containing block
2525
</pre>
2626
<pre class='link-defaults'>
@@ -408,6 +408,10 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
408408
leaving ''ease-out'' to be claimed by the <<custom-ident>> production belonging to 'animation-name'.
409409
</div>
410410

411+
Note: When designing grammars with <<custom-ident>>,
412+
the <<custom-ident>> should always be "positionally unambiguous",
413+
so that it's impossible to conflict with any keyword values in the property.
414+
411415
<h3 id="strings">
412416
Quoted Strings: the <<string>> type</h3>
413417

css-values/issues-cr-2013.html

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
<meta charset="utf-8">
23
<title>CSS Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</title>
34
<style type="text/css">
45
.a { background: lightgreen }
@@ -35,47 +36,49 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</h1>
3536
Summary: Clarify escaped quotes examples
3637
From: Dennis German
3738
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html'>http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html</a>
38-
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html</a>
39+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0183.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0183.html</a>
3940
Closed: Accepted
40-
Verified:</pre>
41+
Resolved: editorial</pre>
4142
<pre class='a' id='issue-2'>
4243
Issue 2. <a href='#issue-2'>#</a>
4344
Summary: Complications with toggle()
4445
From: Cameron McCormack
4546
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html'>http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html</a>
4647
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0184.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0184.html</a>
4748
Closed: Accepted
48-
Verified:</pre>
49+
Resolved: editorial</pre>
4950
<pre class='r' id='issue-3'>
5051
Issue 3. <a href='#issue-3'>#</a>
5152
Summary: Provide historical definitions of "em" unit
5253
From: Wallace Hermano
5354
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html'>http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html</a>
5455
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html</a>
5556
Closed: Rejected
56-
Verified:</pre>
57+
Resolved: editorial</pre>
5758
<pre class='a' id='issue-4'>
5859
Issue 4. <a href='#issue-4'>#</a>
5960
Summary: Clarify base URL of embedded style sheets
6061
From: Simon Sapin
6162
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0586.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0586.html</a>
6263
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0129.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0129.html</a>
6364
Closed: Accepted
64-
Verified:</pre>
65-
<pre class=' open' id='issue-5'>
65+
Resolved: editorial</pre>
66+
<pre class='a' id='issue-5'>
6667
Issue 5. <a href='#issue-5'>#</a>
6768
Summary: Relax unnecessary &lt;custom-ident> restrictions
6869
From: Simon Sapin
6970
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0068.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0068.html</a>
7071
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html</a>
71-
Open
72-
Verified:</pre>
72+
Closed: Accepted
73+
Verified: https://lists.w3.org/Archives/Public/www-style/2015Mar/0317.html
74+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Mar/0317.html</pre>
7375
<pre class='a' id='issue-6'>
7476
Issue 6. <a href='#issue-6'>#</a>
7577
Summary: Add notation for restricting length of #-multiplied lists
7678
From: Alan Stearns
7779
Comment: (private feedback while writing a spec using the # multiplier)
78-
Closed: Accepted</pre>
80+
Closed: Accepted
81+
Resolved: editor discretion</pre>
7982
<pre class='a' id='issue-7'>
8083
Issue 7. <a href='#issue-7'>#</a>
8184
Summary: Add q unit
@@ -95,3 +98,34 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</h1>
9598
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0188.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0188.html</a>
9699
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0188.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0188.html</a>
97100
Closed: Accepted</pre>
101+
<script>
102+
(function () {
103+
var sheet = document.styleSheets[0];
104+
function addCheckbox(className) {
105+
var element = document.querySelector('*.' + className);
106+
var label = document.createElement('label');
107+
label.innerHTML = element.innerHTML;
108+
element.innerHTML = null;
109+
var check = document.createElement('input');
110+
check.type = 'checkbox';
111+
if (className == 'open') {
112+
check.checked = false;
113+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
114+
check.onchange = function (e) {
115+
rule.style.display = this.checked ? 'none' : 'block';
116+
}
117+
}
118+
else {
119+
check.checked = true;
120+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
121+
check.onchange = function (e) {
122+
rule.style.display = this.checked ? 'block' : 'none';
123+
}
124+
}
125+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
126+
element.appendChild(label);
127+
label.insertBefore(check, label.firstChild);
128+
}
129+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
130+
}());
131+
</script>

css-values/issues-cr-2013.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,49 @@ Issue 1.
55
Summary: Clarify escaped quotes examples
66
From: Dennis German
77
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html
8-
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html
8+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0183.html
99
Closed: Accepted
10-
Verified:
10+
Resolved: editorial
1111
----
1212
Issue 2.
1313
Summary: Complications with toggle()
1414
From: Cameron McCormack
1515
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html
1616
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0184.html
1717
Closed: Accepted
18-
Verified:
18+
Resolved: editorial
1919
----
2020
Issue 3.
2121
Summary: Provide historical definitions of "em" unit
2222
From: Wallace Hermano
2323
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html
2424
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html
2525
Closed: Rejected
26-
Verified:
26+
Resolved: editorial
2727
----
2828
Issue 4.
2929
Summary: Clarify base URL of embedded style sheets
3030
From: Simon Sapin
3131
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0586.html
3232
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0129.html
3333
Closed: Accepted
34-
Verified:
34+
Resolved: editorial
3535
----
3636
Issue 5.
3737
Summary: Relax unnecessary <custom-ident> restrictions
3838
From: Simon Sapin
3939
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0068.html
4040
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html
41-
Open
42-
Verified:
41+
Closed: Accepted
42+
Verified: https://lists.w3.org/Archives/Public/www-style/2015Mar/0317.html
43+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Mar/0317.html
4344
----
4445
Issue 6.
4546
Summary: Add notation for restricting length of #-multiplied lists
4647
From: Alan Stearns
4748
Comment: (private feedback while writing a spec using the # multiplier)
4849
Closed: Accepted
50+
Resolved: editor discretion
4951
----
5052
Issue 7.
5153
Summary: Add q unit

0 commit comments

Comments
 (0)