You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-values/Overview.src.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,8 @@ <h3 id="identifiers">
312
312
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated
313
313
user-defined identifiers).
314
314
315
+
<pclass='issue'>What should be the minimum required size for identifiers? (This depends on the encoding, which means a character may take up to 6 bytes in utf-8.)</p>
316
+
315
317
<h3id="strings">
316
318
Quoted Strings: the ''<string>'' type</h3>
317
319
@@ -350,6 +352,8 @@ <h3 id="strings">
350
352
feed character in Unicode (U+000A), but represents the generic notion
351
353
of "newline" in CSS.)</p>
352
354
355
+
<pclass='issue'>What should be the minimum required size for strings? (This depends on the encoding, which means a character may take up to 6 bytes in utf-8.)</p>
356
+
353
357
<h3id="urls">
354
358
Resource Locators: the ''<url>'' type</h3>
355
359
@@ -403,6 +407,8 @@ <h3 id="urls">
403
407
document containing the <code><body></code>.
404
408
</div>
405
409
410
+
<pclass='issue'>What should be the minimum required size for urls? (This depends on the encoding, which means a character may take up to 6 bytes in utf-8.)</p>
0 commit comments