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>
|
<thead><tr>
|
||||||
<td class="left"></td>
|
<td class="left"></td>
|
||||||
<td class="center">KDL</td>
|
<td class="center">KDL</td>
|
||||||
<td class="right">March 2025</td>
|
<td class="right">April 2025</td>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
<tfoot><tr>
|
<tfoot><tr>
|
||||||
<td class="left">Marchán & KDL Contributors</td>
|
<td class="left">Marchán & KDL Contributors</td>
|
||||||
|
|
@ -1071,7 +1071,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
|
||||||
<dd class="workgroup">KDL Community</dd>
|
<dd class="workgroup">KDL Community</dd>
|
||||||
<dt class="label-published">Published:</dt>
|
<dt class="label-published">Published:</dt>
|
||||||
<dd class="published">
|
<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>
|
</dd>
|
||||||
<dt class="label-authors">Authors:</dt>
|
<dt class="label-authors">Authors:</dt>
|
||||||
<dd class="authors">
|
<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
|
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
|
(<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>
|
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
|
<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
|
||||||
(<a href="#number" class="auto internal xref">Section 3.14</a>) formats (hexadecimal, decimal, octal, and binary).
|
may be used with ALL (<a href="#number" class="auto internal xref">Section 3.14</a>) formats (hexadecimal, decimal, octal, and
|
||||||
For example, <code>0x1234#u16</code> is valid.<a href="#section-3.8.1.2-2" class="pilcrow">¶</a></p>
|
binary). For example, <code>0x1234#u16</code> is valid.<a href="#section-3.8.1.2-2" class="pilcrow">¶</a></p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
KDL Community K. Marchán
|
KDL Community K. Marchán
|
||||||
Microsoft
|
Microsoft
|
||||||
KDL Contributors
|
KDL Contributors
|
||||||
31 March 2025
|
2 April 2025
|
||||||
|
|
||||||
|
|
||||||
The KDL Document Language
|
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
|
which can be a useful escape hatch. For example: 10.0#u8 is invalid
|
||||||
syntax without the # prefix.
|
syntax without the # prefix.
|
||||||
|
|
||||||
Note again that, unlike Bare Suffixes, Explicit Suffixes may be used
|
Note again that, unlike (Section 3.8.1.1)s, Explicit Suffixes may be
|
||||||
with ALL (Section 3.14) formats (hexadecimal, decimal, octal, and
|
used with ALL (Section 3.14) formats (hexadecimal, decimal, octal,
|
||||||
binary). For example, 0x1234#u16 is valid.
|
and binary). For example, 0x1234#u16 is valid.
|
||||||
|
|
||||||
3.8.2. Reserved Type Annotations for Numbers Without Decimals
|
3.8.2. Reserved Type Annotations for Numbers Without Decimals
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue