Script updating gh-pages from c96bc4e. [ci skip]

This commit is contained in:
ID Bot 2025-03-31 02:54:38 +00:00
parent d4921e93c7
commit 6e78a43b0f
2 changed files with 5 additions and 4 deletions

View File

@ -1071,7 +1071,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
<dd class="workgroup">KDL Community</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2025-03-30" class="published">30 March 2025</time>
<time datetime="2025-03-31" class="published">31 March 2025</time>
</dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
@ -1620,7 +1620,8 @@ without any of the relatively complex requirements of
(<a href="#bare-suffix-type-annotation" class="auto internal xref">Section 3.8.1.1</a>), which can be a useful escape hatch. For
example: <code>10.0#u8</code> is invalid syntax without the <code>#</code> prefix.<a href="#section-3.8.1.2-1" class="pilcrow"></a></p>
<p id="section-3.8.1.2-2">Note again that, unlike Bare Suffixes, Explicit Suffixes may be used with ALL
(<a href="#number" class="auto internal xref">Section 3.14</a>) formats (hexadecimal, decimal, octal, and binary).<a href="#section-3.8.1.2-2" class="pilcrow"></a></p>
(<a href="#number" class="auto internal xref">Section 3.14</a>) formats (hexadecimal, decimal, octal, and binary).
For example, <code>0x1234#u16</code> is valid.<a href="#section-3.8.1.2-2" class="pilcrow"></a></p>
</section>
</div>
</section>

View File

@ -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