From 6e78a43b0fabdd38829e823640af94fb16ff20d4 Mon Sep 17 00:00:00 2001 From: ID Bot Date: Mon, 31 Mar 2025 02:54:38 +0000 Subject: [PATCH] Script updating gh-pages from c96bc4e. [ci skip] --- zkat/suffixes/draft-marchan-kdl2.html | 5 +++-- zkat/suffixes/draft-marchan-kdl2.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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"]) {
KDL Community
Published:
- +
Authors:
@@ -1620,7 +1620,8 @@ without any of the relatively complex requirements of (Section 3.8.1.1), which can be a useful escape hatch. For example: 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