mirror of https://github.com/kdl-org/kdl.git
Script updating gh-pages from 507b43b. [ci skip]
This commit is contained in:
parent
aae98ccc66
commit
6b111b73c8
|
|
@ -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-04-18" class="published">18 April 2025</time>
|
<time datetime="2025-04-28" class="published">28 April 2025</time>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="label-authors">Authors:</dt>
|
<dt class="label-authors">Authors:</dt>
|
||||||
<dd class="authors">
|
<dd class="authors">
|
||||||
|
|
@ -2986,10 +2986,9 @@ significand-initial = digit
|
||||||
digit := [0-9]
|
digit := [0-9]
|
||||||
sign := '+' | '-'
|
sign := '+' | '-'
|
||||||
|
|
||||||
bare-type-suffix := bare-type-suffix-initial identifier-char*
|
bare-type-suffix := unambiguous-bare-type-suffix | e-bare-type-suffix
|
||||||
bare-type-suffix-initial := identifier-char
|
unambiguous-bare-type-suffix := (identifier-char - ('.' | ',' | 'e' | 'E')) identifier-char*
|
||||||
- '.' - ','
|
e-bare-type-suffix := 'e' | 'E' | ( ((identifier-char - ('.' | ',')) identifier-char) - (('e' | 'E') (sign | digit)) ) identifier-char*
|
||||||
- (('e' | 'E') (sign | digit))
|
|
||||||
explicit-type-suffix := '#' identifier-string
|
explicit-type-suffix := '#' identifier-string
|
||||||
|
|
||||||
hex := sign? '0x' hex-digit (hex-digit | '_')*
|
hex := sign? '0x' hex-digit (hex-digit | '_')*
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
KDL Community K. Marchán
|
KDL Community K. Marchán
|
||||||
Microsoft
|
Microsoft
|
||||||
KDL Contributors
|
KDL Contributors
|
||||||
18 April 2025
|
28 April 2025
|
||||||
|
|
||||||
|
|
||||||
The KDL Document Language
|
The KDL Document Language
|
||||||
|
|
@ -1259,10 +1259,9 @@ Table of Contents
|
||||||
digit := [0-9]
|
digit := [0-9]
|
||||||
sign := '+' | '-'
|
sign := '+' | '-'
|
||||||
|
|
||||||
bare-type-suffix := bare-type-suffix-initial identifier-char*
|
bare-type-suffix := unambiguous-bare-type-suffix | e-bare-type-suffix
|
||||||
bare-type-suffix-initial := identifier-char
|
unambiguous-bare-type-suffix := (identifier-char - ('.' | ',' | 'e' | 'E')) identifier-char*
|
||||||
- '.' - ','
|
e-bare-type-suffix := 'e' | 'E' | ( ((identifier-char - ('.' | ',')) identifier-char) - (('e' | 'E') (sign | digit)) ) identifier-char*
|
||||||
- (('e' | 'E') (sign | digit))
|
|
||||||
explicit-type-suffix := '#' identifier-string
|
explicit-type-suffix := '#' identifier-string
|
||||||
|
|
||||||
hex := sign? '0x' hex-digit (hex-digit | '_')*
|
hex := sign? '0x' hex-digit (hex-digit | '_')*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue