Skip to content

<eref> cannot have "title" attribute #262

@paulehoffman

Description

@paulehoffman
This creates an external reference with [some text](https://www.ietf.org/ "An internal title") in the link, with an internal title that should be removed. 

is processed to:

<t>This creates an external reference with <eref title="An internal title" target="https://www.ietf.org/">some text</eref> in the link, with an internal title that should be removed.</t>

That will throw an error in xml2rfc because <eref> cannot have a "title" attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions