Skip to content

Commit bac1a38

Browse files
committed
fix error in issuegen
1 parent 9a9d38e commit bac1a38

2 files changed

Lines changed: 32 additions & 31 deletions

File tree

bin/issuegen.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
# Issues
5353
while (<IN>) {
5454
chomp;
55+
# Don't pipe code
56+
s/</&lt;/g;
5557

5658
# Issue number
5759
s/Issue (\d+)\./Issue \1. <a href="#issue-\1">#<\/a>/;
@@ -72,7 +74,6 @@
7274

7375
# And print it
7476
print OUT "<pre class='$code' id='issue-$index'>\n";
75-
s/</&lt;/g;
7677
s/(http\S+)/<a href="\1">\1<\/a>/g;
7778
print OUT;
7879
print OUT "</pre>\n";

css-flexbox/issues-cr-2012.html

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
3131
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
3232
<code>Verified</code> indicates commentor's acceptance of the response.</p>
3333
<pre class='a' id='issue-1'>
34-
Issue 1. &lt;a href="#issue-1">#&lt;/a>
34+
Issue 1. <a href="#issue-1">#</a>
3535
Summary: Handling of zero-length boxes at end of line
3636
From: Kang-Hao Lu
3737
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html</a>
3838
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html</a>
3939
Closed: Accepted
4040
</pre>
4141
<pre class='a' id='issue-2'>
42-
Issue 2. &lt;a href="#issue-2">#&lt;/a>
42+
Issue 2. <a href="#issue-2">#</a>
4343
Summary: Handling of negative-size flex lines
4444
From: Kang-Hao Lu
4545
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html</a>
4646
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html</a>
4747
Closed: Accepted
4848
</pre>
4949
<pre class='' id='issue-3'>
50-
Issue 3. &lt;a href="#issue-3">#&lt;/a>
50+
Issue 3. <a href="#issue-3">#</a>
5151
Summary: Need way to fill flex-item boxes / Make 'stretch' propagate definiteness
5252
From: Rudolph Gottesheim
5353
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0204.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0204.html</a>
@@ -61,15 +61,15 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
6161
flex item's size), then solve this with height: 100%.
6262
</pre>
6363
<pre class='d' id='issue-4'>
64-
Issue 4. &lt;a href="#issue-4">#&lt;/a>
64+
Issue 4. <a href="#issue-4">#</a>
6565
Summary: Constant spacing around items
6666
From: Giuseppe Bilotta
6767
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0249.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0249.html</a>
6868
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0046.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0046.html</a>
6969
Closed: Deferred (most cases possible; maybe add more spacing controls in next level)
7070
</pre>
7171
<pre class='a' id='issue-5'>
72-
Issue 5. &lt;a href="#issue-5">#&lt;/a>
72+
Issue 5. <a href="#issue-5">#</a>
7373
Summary: If percentage height cannot be resolved, is the flex items stretched?
7474
From: Ojan Vafai
7575
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0220.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0220.html</a>
@@ -79,14 +79,14 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
7979
Closed: Accepted
8080
</pre>
8181
<pre class='a' id='issue-6'>
82-
Issue 6. &lt;a href="#issue-6">#&lt;/a>
82+
Issue 6. <a href="#issue-6">#</a>
8383
Summary: Clarifications to abspos static position in flex containers
8484
From: Kang-Hao Lu
8585
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0478.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0478.html</a>
8686
Closed: Accepted
8787
</pre>
8888
<pre class='a' id='issue-7'>
89-
Issue 7. &lt;a href="#issue-7">#&lt;/a>
89+
Issue 7. <a href="#issue-7">#</a>
9090
Summary: Conflict in applicability of 'float' to flex items
9191
From: Daniel Holbert
9292
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0675.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0675.html</a>
@@ -96,39 +96,39 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
9696
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0701.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0701.html</a>
9797
</pre>
9898
<pre class='a' id='issue-8'>
99-
Issue 8. &lt;a href="#issue-8">#&lt;/a>
99+
Issue 8. <a href="#issue-8">#</a>
100100
Summary: Interaction of 'stretch' and items with aspect ratio
101101
From: Rossen Atanassov
102102
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html</a>
103103
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0040.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0040.html</a>
104104
Closed: Accepted
105105
</pre>
106106
<pre class='r' id='issue-9'>
107-
Issue 9. &lt;a href="#issue-9">#&lt;/a>
107+
Issue 9. <a href="#issue-9">#</a>
108108
Summary: Transfer min/max constraints across dimensions via aspect ratio?
109109
From: Kang-Hao Lu
110110
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0010.html">http://lists.w3.org/Archives/Public/www-style/2012Nov/0010.html</a>
111111
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0041.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0041.html</a>
112112
Closed: Rejected
113113
</pre>
114114
<pre class='r' id='issue-10'>
115-
Issue 10. &lt;a href="#issue-10">#&lt;/a>
115+
Issue 10. <a href="#issue-10">#</a>
116116
Summary: Do flex items with negative margins increase available space?
117117
From: Tony Chang
118118
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0460.html">http://lists.w3.org/Archives/Public/www-style/2012Nov/0460.html</a>
119119
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0462.html">http://lists.w3.org/Archives/Public/www-style/2012Nov/0462.html</a>
120120
Closed: Rejected
121121
</pre>
122122
<pre class='a' id='issue-11'>
123-
Issue 11. &lt;a href="#issue-11">#&lt;/a>
123+
Issue 11. <a href="#issue-11">#</a>
124124
Summary: Stretch should clamp cross size to min/max before calculating flex base size
125125
From: Kang-Hao Lu
126126
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0061.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0061.html</a>
127127
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0157.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0157.html</a>
128128
Closed: Accepted
129129
</pre>
130130
<pre class='a' id='issue-12'>
131-
Issue 12. &lt;a href="#issue-12">#&lt;/a>
131+
Issue 12. <a href="#issue-12">#</a>
132132
Summary: Orthogonal Flex Layouts Sub-optimally Defined
133133
From: Rossen Atanassov
134134
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0251.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0251.html</a>
@@ -137,47 +137,47 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
137137
Verified:
138138
</pre>
139139
<pre class='a' id='issue-13'>
140-
Issue 13. &lt;a href="#issue-13">#&lt;/a>
140+
Issue 13. <a href="#issue-13">#</a>
141141
Summary: Should ::first-line/::first-letter apply to a flex container?
142142
From: Tab Atkins
143143
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0264.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0264.html</a>
144144
Response:
145145
Closed: Accepted
146146
</pre>
147147
<pre class='oi' id='issue-14'>
148-
Issue 14. &lt;a href="#issue-14">#&lt;/a>
148+
Issue 14. <a href="#issue-14">#</a>
149149
Summary: Clarify interaction of min-width and width
150150
From: Ojan Vafai
151151
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0046.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0046.html</a>
152152
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0050.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0050.html</a>
153153
Closed: Invalid
154154
</pre>
155155
<pre class='a' id='issue-15'>
156-
Issue 15. &lt;a href="#issue-15">#&lt;/a>
156+
Issue 15. <a href="#issue-15">#</a>
157157
Summary: Should 'overflow' apply to flex containers?
158158
From: Daniel Holbert
159159
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0465.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0465.html</a>
160160
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0001.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0001.html</a>
161161
Closed: Accepted
162162
</pre>
163163
<pre class='a' id='issue-16'>
164-
Issue 16. &lt;a href="#issue-16">#&lt;/a>
164+
Issue 16. <a href="#issue-16">#</a>
165165
Summary: What should percentage margins on a flex item be relative to?
166166
From: fantasai
167167
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0143.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0143.html</a>
168168
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html</a>
169169
Closed: Accepted
170170
</pre>
171171
<pre class='a' id='issue-17'>
172-
Issue 17. &lt;a href="#issue-17">#&lt;/a>
172+
Issue 17. <a href="#issue-17">#</a>
173173
Summary: Revert min-size of flex items to 0.
174174
From: Tab Atkins Jr.
175175
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0364.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0364.html</a>
176176
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0257.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0257.html</a>
177177
Closed: Accepted
178178
</pre>
179179
<pre class='a' id='issue-18'>
180-
Issue 18. &lt;a href="#issue-18">#&lt;/a>
180+
Issue 18. <a href="#issue-18">#</a>
181181
Summary: Paint flex items and table cells atomically
182182
From: fantasai
183183
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0707.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0707.html</a>
@@ -188,15 +188,15 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
188188
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0027.html">http://lists.w3.org/Archives/Public/www-style/2013May/0027.html</a>
189189
</pre>
190190
<pre class='open' id='issue-19'>
191-
Issue 19. &lt;a href="#issue-19">#&lt;/a>
191+
Issue 19. <a href="#issue-19">#</a>
192192
Summary: Re-revert min-size of flex items back to 'auto', with overflow consideration
193193
From: Elliot Sprehn
194194
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0538.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0538.html</a>
195195
Analysis: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0456.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0456.html</a>
196196
Open
197197
</pre>
198198
<pre class='a' id='issue-20'>
199-
Issue 20. &lt;a href="#issue-20">#&lt;/a>
199+
Issue 20. <a href="#issue-20">#</a>
200200
Summary: Min/max constraint sizing of flexible flex-basis: 0.
201201
From: Tab Aktins
202202
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0342.html">http://lists.w3.org/Archives/Public/www-style/2013May/0342.html</a>
@@ -205,15 +205,15 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
205205
Closed: Accepted
206206
</pre>
207207
<pre class='a' id='issue-21'>
208-
Issue 21. &lt;a href="#issue-21">#&lt;/a>
208+
Issue 21. <a href="#issue-21">#</a>
209209
Summary: Clarify interaction of table fixup and flex itemizing
210210
From: Christian Biesinger
211211
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0508.html">http://lists.w3.org/Archives/Public/www-style/2013May/0508.html</a>
212212
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0462.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0462.html</a>
213213
Closed: Accepted
214214
</pre>
215215
<pre class='a' id='issue-22'>
216-
Issue 22. &lt;a href="#issue-22">#&lt;/a>
216+
Issue 22. <a href="#issue-22">#</a>
217217
Summary: Re-evaluate static position of flex items and grid items
218218
From: dholbert and fantasai
219219
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0514.html">http://lists.w3.org/Archives/Public/www-style/2013May/0514.html</a>
@@ -224,22 +224,22 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
224224
Closed: Accepted
225225
</pre>
226226
<pre class='open' id='issue-23'>
227-
Issue 23. &lt;a href="#issue-23">#&lt;/a>
227+
Issue 23. <a href="#issue-23">#</a>
228228
Summary: Intrinsic cross-sizing vs. main-size
229229
From: dholbert
230230
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0360.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0360.html</a>
231231
Open
232232
</pre>
233233
<pre class='a' id='issue-24'>
234-
Issue 24. &lt;a href="#issue-24">#&lt;/a>
234+
Issue 24. <a href="#issue-24">#</a>
235235
Summary: Missing clamp to min/max size
236236
From: dholbert
237237
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0698.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0698.html</a>
238238
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0701.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0701.html</a>
239239
Closed: Accepted
240240
</pre>
241241
<pre class='r' id='issue-25'>
242-
Issue 25. &lt;a href="#issue-25">#&lt;/a>
242+
Issue 25. <a href="#issue-25">#</a>
243243
Summary: change initial value of align-items to flex-start
244244
From: Bruno Racineaux
245245
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0117.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0117.html</a>
@@ -249,39 +249,39 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</h
249249
Closed: Rejected
250250
</pre>
251251
<pre class='a' id='issue-26'>
252-
Issue 26. &lt;a href="#issue-26">#&lt;/a>
252+
Issue 26. <a href="#issue-26">#</a>
253253
Summary: Clarify "white space"
254254
From: Simon Sapin
255255
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0369.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0369.html</a>
256256
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0555.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0555.html</a>
257257
Closed: Accepted
258258
</pre>
259259
<pre class='a' id='issue-27'>
260-
Issue 27. &lt;a href="#issue-27">#&lt;/a>
260+
Issue 27. <a href="#issue-27">#</a>
261261
Summary: Remove example's dependency on CSS3 Box Alignment
262262
From: dholbert
263263
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0032.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0032.html</a>
264264
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0145.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0145.html</a>
265265
Closed: Accepted
266266
</pre>
267267
<pre class='open' id='issue-28'>
268-
Issue 28. &lt;a href="#issue-28">#&lt;/a>
268+
Issue 28. <a href="#issue-28">#</a>
269269
Summary: Handling &lt;br> as text
270270
From: dholbert
271271
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0317.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0317.html</a>
272272
Response:
273273
Open
274274
</pre>
275275
<pre class='open' id='issue-29'>
276-
Issue 29. &lt;a href="#issue-29">#&lt;/a>
276+
Issue 29. <a href="#issue-29">#</a>
277277
Summary: Distinguish element vs. box
278278
From: Peter Moulder
279279
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0459.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0459.html</a>
280280
Response:
281281
Open
282282
</pre>
283283
<pre class='open' id='issue-30'>
284-
Issue 30. &lt;a href="#issue-30">#&lt;/a>
284+
Issue 30. <a href="#issue-30">#</a>
285285
Summary: Discontinuity of flex values between 0 and 1
286286
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0246.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0246.html</a>
287287
Open

0 commit comments

Comments
 (0)