diff --git a/zkat/suffixes/draft-marchan-kdl2.html b/zkat/suffixes/draft-marchan-kdl2.html index 5956dd4..ecdeded 100644 --- a/zkat/suffixes/draft-marchan-kdl2.html +++ b/zkat/suffixes/draft-marchan-kdl2.html @@ -1071,7 +1071,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
10.0#u8 is invalid syntax without the # prefix.¶
Note again that, unlike Bare Suffixes, Explicit Suffixes may be used with ALL -(Section 3.14) formats (hexadecimal, decimal, octal, and binary).¶
+(Section 3.14) formats (hexadecimal, decimal, octal, and binary). +For example,0x1234#u16 is valid.¶
diff --git a/zkat/suffixes/draft-marchan-kdl2.txt b/zkat/suffixes/draft-marchan-kdl2.txt
index 0ab88d4..a1d4e55 100644
--- a/zkat/suffixes/draft-marchan-kdl2.txt
+++ b/zkat/suffixes/draft-marchan-kdl2.txt
@@ -5,7 +5,7 @@
KDL Community K. Marchán
Microsoft
KDL Contributors
- 30 March 2025
+ 31 March 2025
The KDL Document Language
@@ -366,7 +366,7 @@ Table of Contents
Note again that, unlike Bare Suffixes, Explicit Suffixes may be used
with ALL (Section 3.14) formats (hexadecimal, decimal, octal, and
- binary).
+ binary). For example, 0x1234#u16 is valid.
3.8.2. Reserved Type Annotations for Numbers Without Decimals