@@ -622,7 +622,7 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
622622Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0207.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0207.html</ a >
623623Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0319.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0319.html</ a >
624624Closed: OutOfScope</ pre >
625- < pre class =' open ' id ='issue-72 '>
625+ < pre class ='r ' id ='issue-72 '>
626626Issue 72. < a href ='#issue-72 '> #</ a >
627627Summary: Control characters
628628From: James Clark
@@ -633,7 +633,8 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
633633Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Mar/0490.html '> http://lists.w3.org/Archives/Public/www-style/2014Mar/0490.html</ a >
634634Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0102.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0102.html</ a >
635635Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0103.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0103.html</ a >
636- Open:</ pre >
636+ Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html</ a >
637+ Closed: Rejected</ pre >
637638< pre class ='a ' id ='issue-73 '>
638639Issue 73. < a href ='#issue-73 '> #</ a >
639640Summary: example 16 named entity
@@ -676,6 +677,8 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
676677Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0372.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0372.html</ a >
677678Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0388.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0388.html</ a >
678679Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html</ a >
680+ Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html</ a >
681+ Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html</ a >
679682Closed: Accepted</ pre >
680683< pre class ='a ' id ='issue-78 '>
681684Issue 78. < a href ='#issue-78 '> #</ a >
@@ -694,10 +697,32 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
694697Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0397.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0397.html</ a >
695698Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0398.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0398.html</ a >
696699Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0409.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0409.html</ a >
697- Open</ pre >
700+ Open: </ pre >
698701< pre class =' open ' id ='issue-80 '>
699702Issue 80. < a href ='#issue-80 '> #</ a >
700703Summary: I18N-ISSUE-344: Wording of section 7.4.4 Cursive Scripts
701704From: Richard Ishida
702705Comment: < a href ='http://www.w3.org/International/track/issues/344 '> http://www.w3.org/International/track/issues/344</ a >
703- Open</ pre >
706+ Open:</ pre >
707+ < script >
708+ ( function ( ) {
709+ var sheet = document . styleSheets [ 0 ] ;
710+ function addCheckbox ( className ) {
711+ var element = document . querySelector ( '*.' + className ) ;
712+ var span = document . createElement ( 'span' ) ;
713+ span . innerHTML = element . innerHTML ;
714+ element . innerHTML = null ;
715+ var check = document . createElement ( 'input' ) ;
716+ check . type = 'checkbox' ;
717+ check . checked = true ;
718+ sheet . addRule ( 'pre.' + className , '' ) ;
719+ var rule = sheet . rules [ sheet . rules . length - 1 ] ;
720+ check . onchange = function ( e ) {
721+ rule . style . display = this . checked ? 'block' : 'none' ;
722+ }
723+ element . appendChild ( check ) ;
724+ element . appendChild ( span ) ;
725+ }
726+ [ 'a' , 'd' , 'fo' , 'oi' , 'r' , 'open' ] . forEach ( addCheckbox ) ;
727+ } ( ) ) ;
728+ </ script >
0 commit comments