@@ -159,14 +159,13 @@ <h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-2
159159Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0197.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0197.html</ a >
160160Closed: Accepted
161161Resolved: Editors' discretion</ pre >
162- < pre class =' open ' id ='issue-16 '>
162+ < pre class ='a ' id ='issue-16 '>
163163Issue 16. < a href ='#issue-16 '> #</ a >
164164Summary: Min-height tweak to skip intrinsic aspect ratio items
165165From: Greg Whitworth
166166Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0177.html '> http://lists.w3.org/Archives/Public/www-style/2014May/0177.html</ a >
167167Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jul/0011.html '> http://lists.w3.org/Archives/Public/www-style/2014Jul/0011.html</ a >
168- Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jul/0053.html '> http://lists.w3.org/Archives/Public/www-style/2014Jul/0053.html</ a >
169- Open</ pre >
168+ Closed: Accepted</ pre >
170169< pre class ='a ' id ='issue-17 '>
171170Issue 17. < a href ='#issue-17 '> #</ a >
172171Summary: Typo
@@ -206,7 +205,7 @@ <h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-2
206205Issue 21. < a href ='#issue-21 '> #</ a >
207206Summary: Cross-size of stretched flex size should be definite if flexbox is def
208207From: Rossen Atanassov
209- Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jul/0012 .html '> http://lists.w3.org/Archives/Public/www-style/2014Jul/0012 .html</ a >
208+ Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014May/0040 .html '> http://lists.w3.org/Archives/Public/www-style/2014May/0040 .html</ a >
210209Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jul/0012.html '> http://lists.w3.org/Archives/Public/www-style/2014Jul/0012.html</ a >
211210Closed: Accepted
212211Open: NEEDS REVIEW</ pre >
@@ -239,13 +238,13 @@ <h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-2
239238Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0099.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0099.html</ a >
240239Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0100.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0100.html</ a >
241240Closed: Deferred</ pre >
242- < pre class =' open ' id ='issue-26 '>
241+ < pre class ='a ' id ='issue-26 '>
243242Issue 26. < a href ='#issue-26 '> #</ a >
244243Summary: Better handling of main-axis percentages
245244From: John Rimmer
246245Comment: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jun/0290.html '> http://lists.w3.org/Archives/Public/www-style/2014Jun/0290.html</ a >
247246Response: < a href ='http://lists.w3.org/Archives/Public/www-style/2014Jul/0010.html '> http://lists.w3.org/Archives/Public/www-style/2014Jul/0010.html</ a >
248- Open : Pending Edits / Verification </ pre >
247+ Closed : Accepted </ pre >
249248< pre class =' open ' id ='issue-27 '>
250249Issue 27. < a href ='#issue-27 '> #</ a >
251250Summary: Intrinsic sizes vs. percentage children
@@ -347,8 +346,8 @@ <h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-2
347346 var sheet = document . styleSheets [ 0 ] ;
348347 function addCheckbox ( className ) {
349348 var element = document . querySelector ( '*.' + className ) ;
350- var span = document . createElement ( 'span ' ) ;
351- span . innerHTML = element . innerHTML ;
349+ var label = document . createElement ( 'label ' ) ;
350+ label . innerHTML = element . innerHTML ;
352351 element . innerHTML = null ;
353352 var check = document . createElement ( 'input' ) ;
354353 check . type = 'checkbox' ;
@@ -367,8 +366,8 @@ <h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-2
367366 }
368367 }
369368 var rule = sheet . cssRules [ sheet . cssRules . length - 1 ] ;
370- element . appendChild ( check ) ;
371- element . appendChild ( span ) ;
369+ element . appendChild ( label ) ;
370+ label . insertBefore ( check , label . firstChild ) ;
372371 }
373372 [ 'a' , 'd' , 'fo' , 'oi' , 'r' , 'open' ] . forEach ( addCheckbox ) ;
374373} ( ) ) ;
0 commit comments