mirror of https://github.com/kdl-org/kdl.git
Script updating gh-pages from 07788d1. [ci skip]
This commit is contained in:
parent
6e78a43b0f
commit
13383f1d62
|
|
@ -1056,7 +1056,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
|
|||
<thead><tr>
|
||||
<td class="left"></td>
|
||||
<td class="center">KDL</td>
|
||||
<td class="right">March 2025</td>
|
||||
<td class="right">April 2025</td>
|
||||
</tr></thead>
|
||||
<tfoot><tr>
|
||||
<td class="left">Marchán & KDL Contributors</td>
|
||||
|
|
@ -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-31" class="published">31 March 2025</time>
|
||||
<time datetime="2025-04-02" class="published">2 April 2025</time>
|
||||
</dd>
|
||||
<dt class="label-authors">Authors:</dt>
|
||||
<dd class="authors">
|
||||
|
|
@ -1619,9 +1619,9 @@ may be used.<a href="#section-3.8.1.1-6" class="pilcrow">¶</a></p>
|
|||
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).
|
||||
For example, <code>0x1234#u16</code> is valid.<a href="#section-3.8.1.2-2" class="pilcrow">¶</a></p>
|
||||
<p id="section-3.8.1.2-2">Note again that, unlike (<a href="#bare-suffix-type-annotation" class="auto internal xref">Section 3.8.1.1</a>)s, Explicit Suffixes
|
||||
may be used with ALL (<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>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
KDL Community K. Marchán
|
||||
Microsoft
|
||||
KDL Contributors
|
||||
31 March 2025
|
||||
2 April 2025
|
||||
|
||||
|
||||
The KDL Document Language
|
||||
|
|
@ -364,9 +364,9 @@ Table of Contents
|
|||
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). For example, 0x1234#u16 is valid.
|
||||
Note again that, unlike (Section 3.8.1.1)s, Explicit Suffixes may be
|
||||
used with ALL (Section 3.14) formats (hexadecimal, decimal, octal,
|
||||
and binary). For example, 0x1234#u16 is valid.
|
||||
|
||||
3.8.2. Reserved Type Annotations for Numbers Without Decimals
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue