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>
3536Summary: Clarify escaped quotes examples
3637From: Dennis German
3738Comment: < 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 >
3940Closed: Accepted
40- Verified: </ pre >
41+ Resolved: editorial </ pre >
4142< pre class ='a ' id ='issue-2 '>
4243Issue 2. < a href ='#issue-2 '> #</ a >
4344Summary: Complications with toggle()
4445From: Cameron McCormack
4546Comment: < 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 >
4647Response: < 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 >
4748Closed: Accepted
48- Verified: </ pre >
49+ Resolved: editorial </ pre >
4950< pre class ='r ' id ='issue-3 '>
5051Issue 3. < a href ='#issue-3 '> #</ a >
5152Summary: Provide historical definitions of "em" unit
5253From: Wallace Hermano
5354Comment: < 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 >
5455Response: < 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 >
5556Closed: Rejected
56- Verified: </ pre >
57+ Resolved: editorial </ pre >
5758< pre class ='a ' id ='issue-4 '>
5859Issue 4. < a href ='#issue-4 '> #</ a >
5960Summary: Clarify base URL of embedded style sheets
6061From: Simon Sapin
6162Comment: < 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 >
6263Response: < 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 >
6364Closed: Accepted
64- Verified: </ pre >
65- < pre class =' open ' id ='issue-5 '>
65+ Resolved: editorial </ pre >
66+ < pre class ='a ' id ='issue-5 '>
6667Issue 5. < a href ='#issue-5 '> #</ a >
6768Summary: Relax unnecessary <custom-ident> restrictions
6869From: Simon Sapin
6970Comment: < 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 >
7071Response: < 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 '>
7476Issue 6. < a href ='#issue-6 '> #</ a >
7577Summary: Add notation for restricting length of #-multiplied lists
7678From: Alan Stearns
7779Comment: (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 '>
8083Issue 7. < a href ='#issue-7 '> #</ a >
8184Summary: Add q unit
@@ -95,3 +98,34 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</h1>
9598Comment: < 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 >
9699Response: < 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 >
97100Closed: 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 >
0 commit comments