@@ -750,21 +750,21 @@ Definitions</h3>
750
750
751
751
<dt> <dfn export>digit</dfn>
752
752
<dd>
753
- A <a>code point</a> between U+0030 DIGIT ZERO (0) and U+0039 DIGIT NINE (9).
753
+ A <a>code point</a> between U+0030 DIGIT ZERO (0) and U+0039 DIGIT NINE (9) inclusive .
754
754
755
755
<dt> <dfn export>hex digit</dfn>
756
756
<dd>
757
757
A <a>digit</a> ,
758
- or a <a>code point</a> between U+0041 LATIN CAPITAL LETTER A (A) and U+0046 LATIN CAPITAL LETTER F (F),
759
- or a <a>code point</a> between U+0061 LATIN SMALL LETTER A (a) and U+0066 LATIN SMALL LETTER F (f).
758
+ or a <a>code point</a> between U+0041 LATIN CAPITAL LETTER A (A) and U+0046 LATIN CAPITAL LETTER F (F) inclusive ,
759
+ or a <a>code point</a> between U+0061 LATIN SMALL LETTER A (a) and U+0066 LATIN SMALL LETTER F (f) inclusive .
760
760
761
761
<dt> <dfn export>uppercase letter</dfn>
762
762
<dd>
763
- A <a>code point</a> between U+0041 LATIN CAPITAL LETTER A (A) and U+005A LATIN CAPITAL LETTER Z (Z).
763
+ A <a>code point</a> between U+0041 LATIN CAPITAL LETTER A (A) and U+005A LATIN CAPITAL LETTER Z (Z) inclusive .
764
764
765
765
<dt> <dfn export>lowercase letter</dfn>
766
766
<dd>
767
- A <a>code point</a> between U+0061 LATIN SMALL LETTER A (a) and U+007A LATIN SMALL LETTER Z (z).
767
+ A <a>code point</a> between U+0061 LATIN SMALL LETTER A (a) and U+007A LATIN SMALL LETTER Z (z) inclusive .
768
768
769
769
<dt> <dfn export>letter</dfn>
770
770
<dd>
@@ -789,9 +789,9 @@ Definitions</h3>
789
789
790
790
<dt> <dfn export>non-printable code point</dfn>
791
791
<dd>
792
- A <a>code point</a> between U+0000 NULL and U+0008 BACKSPACE,
792
+ A <a>code point</a> between U+0000 NULL and U+0008 BACKSPACE inclusive ,
793
793
or U+000B LINE TABULATION,
794
- or a <a>code point</a> between U+000E SHIFT OUT and U+001F INFORMATION SEPARATOR ONE,
794
+ or a <a>code point</a> between U+000E SHIFT OUT and U+001F INFORMATION SEPARATOR ONE inclusive ,
795
795
or U+007F DELETE.
796
796
797
797
<dt> <dfn export>newline</dfn>
@@ -2795,7 +2795,7 @@ The Unicode-Range microsyntax</h2>
2795
2795
2796
2796
<dt> U+0001-00ff
2797
2797
<dd>
2798
- Defines a range of codepoints between the first and the second value,
2798
+ Defines a range of codepoints between the first and the second value inclusive ,
2799
2799
in this case the range between "1" and "ff" (255 in decimal) inclusive.
2800
2800
2801
2801
<dt> U+00??
@@ -3467,6 +3467,8 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
3467
3467
3468
3468
* Removed "code point" and "surrogate code point" in favor of the identical definitions in the Infra Standard.
3469
3469
3470
+ * Clarified on every range that they are inclusive.
3471
+
3470
3472
3471
3473
<h3 id="changes-WD-20131105">
3472
3474
Changes from the 5 November 2013 Last Call Working Draft</h3>
0 commit comments