fix: Move the entire RFC5742-related text into the alert box (#4978)
This commit is contained in:
parent
d7a7033a42
commit
28ec22aad9
|
@ -45,48 +45,48 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if num == "3.4" %}
|
{% if num == "3.4" %}
|
||||||
<p class="alert alert-info my-3">
|
<div class="alert alert-info my-3">
|
||||||
The IESG will use RFC 5742 responses:
|
<p>The IESG will use RFC 5742 responses:</p>
|
||||||
</p>
|
<ol>
|
||||||
<ol>
|
<li>
|
||||||
<li>
|
The IESG has concluded
|
||||||
The IESG has concluded
|
that there is no conflict between this document and IETF work;
|
||||||
that there is no conflict between this document and IETF work;
|
</li>
|
||||||
</li>
|
<li>
|
||||||
<li>
|
The IESG has concluded that this work is related to IETF work done
|
||||||
The IESG has concluded that this work is related to IETF work done
|
in WG <X>, but this relationship does not prevent
|
||||||
in WG <X>, but this relationship does not prevent
|
publishing;
|
||||||
publishing;
|
</li>
|
||||||
</li>
|
<li>
|
||||||
<li>
|
The IESG has concluded that publication could
|
||||||
The IESG has concluded that publication could
|
potentially disrupt the IETF work done in WG <X> and
|
||||||
potentially disrupt the IETF work done in WG <X> and
|
recommends not publishing the document at this time;
|
||||||
recommends not publishing the document at this time;
|
</li>
|
||||||
</li>
|
<li>
|
||||||
<li>
|
The IESG
|
||||||
The IESG
|
has concluded that this document violates IETF procedures for
|
||||||
has concluded that this document violates IETF procedures for
|
<Y> and should therefore not be published without IETF
|
||||||
<Y> and should therefore not be published without IETF
|
review and IESG approval; or
|
||||||
review and IESG approval; or
|
</li>
|
||||||
</li>
|
<li>
|
||||||
<li>
|
The IESG has concluded that this
|
||||||
The IESG has concluded that this
|
document extends an IETF protocol in a way that requires IETF
|
||||||
document extends an IETF protocol in a way that requires IETF
|
review and should therefore not be published without IETF review
|
||||||
review and should therefore not be published without IETF review
|
and IESG approval.
|
||||||
and IESG approval.
|
</li>
|
||||||
</li>
|
</ol>
|
||||||
</ol>
|
<p>
|
||||||
<p>
|
The document shepherd must propose one of these responses in the
|
||||||
The document shepherd must propose one of these responses in the
|
conflict-review document, and the document shepherd may supply text
|
||||||
conflict-review document, and the document shepherd may supply text
|
for an IESG Note in that document. The Area Director ballot positions
|
||||||
for an IESG Note in that document. The Area Director ballot positions
|
indicate consensus with the response proposed by the document shepherd
|
||||||
indicate consensus with the response proposed by the document shepherd
|
and agreement that the IESG should request inclusion of the IESG Note.
|
||||||
and agreement that the IESG should request inclusion of the IESG Note.
|
</p>
|
||||||
</p>
|
<p class="mb-0">
|
||||||
<p>
|
Other matters may be recorded in comments, and the comments will
|
||||||
Other matters may be recorded in comments, and the comments will
|
be passed on to the RFC Editor as community review of the document.
|
||||||
be passed on to the RFC Editor as community review of the document.
|
</p>
|
||||||
</p>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if "docs" in section %}
|
{% if "docs" in section %}
|
||||||
{% for doc in section.docs %}
|
{% for doc in section.docs %}
|
||||||
|
@ -111,4 +111,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block js %}<script>// automatically generate a right-hand navigation tab for long pages</script>{% endblock %}
|
{% block js %}<script>// automatically generate a right-hand navigation tab for long pages</script>{% endblock %}
|
Loading…
Reference in a new issue