Skip to content

Commit 839affb

Browse files
committed
Add issue for ident/string/url minimum lengths.
1 parent ebc6f1d commit 839affb

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

css3-values/Overview.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@ <h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
577577
class=css>EXAMPLE</code>&rsquo; are two different, unrelated user-defined
578578
identifiers).
579579

580+
<p class=issue>What should be the minimum required size for identifiers?
581+
(This depends on the encoding, which means a character may take up to 6
582+
bytes in utf-8.)
583+
580584
<h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the &lsquo;<a
581585
href="#string-value"><code class=css>&lt;string&gt;</code></a>&rsquo; type</h3>
582586

@@ -619,6 +623,10 @@ <h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the &lsquo;<a
619623
character in Unicode (U+000A), but represents the generic notion of
620624
"newline" in CSS.)
621625

626+
<p class=issue>What should be the minimum required size for strings? (This
627+
depends on the encoding, which means a character may take up to 6 bytes in
628+
utf-8.)
629+
622630
<h3 id=urls><span class=secno>3.4. </span> Resource Locators: the
623631
&rsquo;&lsquo;<a href="#url-value"><code
624632
class=css>&lt;url&gt;</code></a>&rsquo;&lsquo;<code class=css> type</code></h3>
@@ -689,6 +697,10 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the
689697
document containing the <code>&lt;body></code>.
690698
</div>
691699

700+
<p class=issue>What should be the minimum required size for urls? (This
701+
depends on the encoding, which means a character may take up to 6 bytes in
702+
utf-8.)
703+
692704
<h2 id=numeric-types><span class=secno>4. </span> Numeric Data Types</h2>
693705

694706
<h3 id=integers><span class=secno>4.1. </span> Integers: the &lsquo;<a

css3-values/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ <h3 id="identifiers">
312312
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated
313313
user-defined identifiers).
314314

315+
<p class='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+
315317
<h3 id="strings">
316318
Quoted Strings: the ''&lt;string&gt;'' type</h3>
317319

@@ -350,6 +352,8 @@ <h3 id="strings">
350352
feed character in Unicode (U+000A), but represents the generic notion
351353
of "newline" in CSS.)</p>
352354

355+
<p class='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+
353357
<h3 id="urls">
354358
Resource Locators: the ''&lt;url&gt;'' type</h3>
355359

@@ -403,6 +407,8 @@ <h3 id="urls">
403407
document containing the <code>&lt;body></code>.
404408
</div>
405409

410+
<p class='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>
411+
406412
<h2 id="numeric-types">
407413
Numeric Data Types</h2>
408414

0 commit comments

Comments
 (0)