fix: Move the entire RFC5742-related text into the alert box (#4978)

This commit is contained in:
Lars Eggert 2023-01-18 18:37:12 +02:00 committed by GitHub
parent d7a7033a42
commit 28ec22aad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 &lt;X&gt;, but this relationship does not prevent
in WG &lt;X&gt;, 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 &lt;X&gt; and
potentially disrupt the IETF work done in WG &lt;X&gt; 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 &lt;Y&gt; and should therefore not be published without IETF
&lt;Y&gt; 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 %}