Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNC: include directive for SVG broken #11

Closed
reschke opened this issue Jan 24, 2017 · 1 comment
Closed

RNC: include directive for SVG broken #11

reschke opened this issue Jan 24, 2017 · 1 comment

Comments

@reschke
Copy link
Contributor

reschke commented Jan 24, 2017

See https://www.rfc-editor.org/errata_search.php?rfc=7991&eid=4906

@paulehoffman
Copy link
Contributor

The tooling for the Internet-Draft failed us here. To be more complete: Section Appendix C says:

   artwork =
     element artwork { . . .
     }
   # https://www.rfc-editor.org/materials/format/SVG-1.2-RFC.rnc

It should instead have:

   artwork =
     element artwork { . . .
     }
   include "https://www.rfc-editor.org/materials/format/SVG-1.2-RFC.rnc"

reschke added a commit to reschke/draft-iab-xml2rfc-v3-bis that referenced this issue Apr 21, 2020
interim-rfc-series-project-manager added a commit that referenced this issue Apr 25, 2020
add missing include directive for SVG element (#11)
@reschke reschke closed this as completed Apr 25, 2020
reschke added a commit to reschke/draft-iab-xml2rfc-v3-bis that referenced this issue Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants