mirror of https://github.com/kdl-org/kdl.git
Script updating gh-pages from 3b94363. [ci skip]
This commit is contained in:
parent
13383f1d62
commit
1d381ee95b
|
|
@ -20,19 +20,19 @@ oficial version of the language, see https://kdl.dev/spec.
|
||||||
|
|
||||||
|
|
||||||
" name="description">
|
" name="description">
|
||||||
<meta content="xml2rfc 3.28.0" name="generator">
|
<meta content="xml2rfc 3.28.1" name="generator">
|
||||||
<meta content="Document-Language" name="keyword">
|
<meta content="Document-Language" name="keyword">
|
||||||
<meta content="Configuration" name="keyword">
|
<meta content="Configuration" name="keyword">
|
||||||
<meta content="draft-marchan-kdl2-latest" name="ietf.draft">
|
<meta content="draft-marchan-kdl2-latest" name="ietf.draft">
|
||||||
<!-- Generator version information:
|
<!-- Generator version information:
|
||||||
xml2rfc 3.28.0
|
xml2rfc 3.28.1
|
||||||
Python 3.12.9
|
Python 3.12.9
|
||||||
ConfigArgParse 1.7
|
ConfigArgParse 1.7
|
||||||
google-i18n-address 3.1.1
|
google-i18n-address 3.1.1
|
||||||
intervaltree 3.1.0
|
intervaltree 3.1.0
|
||||||
Jinja2 3.1.6
|
Jinja2 3.1.6
|
||||||
lxml 5.3.0
|
lxml 5.3.0
|
||||||
platformdirs 4.3.6
|
platformdirs 4.3.7
|
||||||
pycountry 24.6.1
|
pycountry 24.6.1
|
||||||
PyYAML 6.0.2
|
PyYAML 6.0.2
|
||||||
requests 2.32.3
|
requests 2.32.3
|
||||||
|
|
@ -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-02" class="published">2 April 2025</time>
|
<time datetime="2025-04-17" class="published">17 April 2025</time>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="label-authors">Authors:</dt>
|
<dt class="label-authors">Authors:</dt>
|
||||||
<dd class="authors">
|
<dd class="authors">
|
||||||
|
|
@ -1587,7 +1587,8 @@ application-defined and limited in scope, rather than arbitrary user data. In
|
||||||
designing this feature, it was determined that the value for various real-world
|
designing this feature, it was determined that the value for various real-world
|
||||||
DSLs outweighed the complexity of the following rules.<a href="#section-3.8.1.1-2" class="pilcrow">¶</a></p>
|
DSLs outweighed the complexity of the following rules.<a href="#section-3.8.1.1-2" class="pilcrow">¶</a></p>
|
||||||
<p id="section-3.8.1.1-3">As such, to remove ambiguity, the suffix (<a href="#identifier-string" class="auto internal xref">Section 3.10</a>) MUST NOT start
|
<p id="section-3.8.1.1-3">As such, to remove ambiguity, the suffix (<a href="#identifier-string" class="auto internal xref">Section 3.10</a>) MUST NOT start
|
||||||
with any of the following patterns, all of which MUST yield syntax errors:<a href="#section-3.8.1.1-3" class="pilcrow">¶</a></p>
|
with any of the following patterns, all of which MUST yield syntax errors
|
||||||
|
(if they can be distinguished from other syntaxes at all):<a href="#section-3.8.1.1-3" class="pilcrow">¶</a></p>
|
||||||
<ul class="normal">
|
<ul class="normal">
|
||||||
<li class="normal" id="section-3.8.1.1-4.1">
|
<li class="normal" id="section-3.8.1.1-4.1">
|
||||||
<p id="section-3.8.1.1-4.1.1"><code>.</code>, <code>,</code>, or <code>_</code><a href="#section-3.8.1.1-4.1.1" class="pilcrow">¶</a></p>
|
<p id="section-3.8.1.1-4.1.1"><code>.</code>, <code>,</code>, or <code>_</code><a href="#section-3.8.1.1-4.1.1" class="pilcrow">¶</a></p>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
KDL Community K. Marchán
|
KDL Community K. Marchán
|
||||||
Microsoft
|
Microsoft
|
||||||
KDL Contributors
|
KDL Contributors
|
||||||
2 April 2025
|
17 April 2025
|
||||||
|
|
||||||
|
|
||||||
The KDL Document Language
|
The KDL Document Language
|
||||||
|
|
@ -338,7 +338,8 @@ Table of Contents
|
||||||
|
|
||||||
As such, to remove ambiguity, the suffix (Section 3.10) MUST NOT
|
As such, to remove ambiguity, the suffix (Section 3.10) MUST NOT
|
||||||
start with any of the following patterns, all of which MUST yield
|
start with any of the following patterns, all of which MUST yield
|
||||||
syntax errors:
|
syntax errors (if they can be distinguished from other syntaxes at
|
||||||
|
all):
|
||||||
|
|
||||||
* ., ,, or _
|
* ., ,, or _
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue