Closed ietf-svn-bot closed 3 years ago
@julian.reschke@gmx.de commented
Duplicate of https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/547. I believe "bare" should simply be removed.
@rjsparks@nostrum.com changed status from new
to accepted
@rjsparks@nostrum.com commented
This is a bug in the css. The html presentation is doing the wrong thing.
Discussions in the CMT support keeping and documenting bare as something would be useful not just at the toc.
@kesara@staff.ietf.org changed status from accepted
to assigned
@kesara@staff.ietf.org set owner to krathnayake@ietf.org
@kesara@staff.ietf.org changed status from assigned
to closed
@kesara@staff.ietf.org set resolution to fixed
@kesara@staff.ietf.org commented
Fixed in baae82a3b580adf086601c03511ef3c9e8f31702:
Implement bare attribute rendering in HTML and PDF. Fixes #609. Commit ready for merge.
@rjsparks@nostrum.com commented
Fixed in e78d79625bd0371c7f21e55e93ca55e6aeec43a9:
Merged in baae82a3b580adf086601c03511ef3c9e8f31702 from krathnayake@ietf.org:\n Implement bare attribute rendering in HTML and PDF. Fixes #609.
owner:krathnayake@ietf.org
resolution_fixed
type_defect
| by arusso@amsl.comWhen using bare="true", there should be no (additional) indentation per 5f1f8b9ced72dea365b98717219bbeadc86cce74, but the indentation is present in the HTML and PDF.
Example: https://www.rfc-editor.org/v3test/test_imap4.html https://www.rfc-editor.org/v3test/test_imap4.pdf https://www.rfc-editor.org/v3test/test_imap4.txt https://www.rfc-editor.org/v3test/test_imap4.xml
In Section 1, see (A) and (B) - they appear the same in the HTML and PDF output. The desired output is that (A) is less indented - as in the TXT.
Relevant snippet:
(This is most visible when using
nested within a
where the desired output is for the
content to have the same indentation as other items in the outer list.)
5f1f8b9ced72dea365b98717219bbeadc86cce74 https://xml2rfc.tools.ietf.org/xml2rfc-doc.html#name-bare-attribute-new-2
Issue migrated from trac:609 at 2022-02-08 07:13:36 +0000