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

SVG font-face-src required #208

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 8 comments
Closed

SVG font-face-src required #208

GoogleCodeExporter opened this issue Mar 24, 2015 · 8 comments
Labels
Topic-ContentDocs The issue affects EPUB content documents

Comments

@GoogleCodeExporter
Copy link

Our svg schema requires a font-face-src child of font-face, whereas it appears 
font-face-src has 0..1 cardinality.

font-face content model as described in 
http://www.w3.org/TR/SVG/fonts.html#FontFaceElement: 

"Any number of descriptive elements and at most one ‘font-face-src’ 
element, in any order."

In svg11-flat.rnc:

SVG.font-face.content =
  (font-face-src,
   (SVG.Description.class | SVG.font-face.extra.content)*)
  | ((SVG.Description.class | SVG.font-face.extra.content)+,
     font-face-src,
     ((SVG.Description.class | SVG.font-face.extra.content)*)?)

Original issue reported on code.google.com by markus.g...@gmail.com on 9 Mar 2012 at 1:31

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter GoogleCodeExporter added auto-migrated Topic-ContentDocs The issue affects EPUB content documents labels Mar 24, 2015
@GoogleCodeExporter
Copy link
Author

[deleted comment]

3 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

This schema fragment faithfully mimics the DTD fragment 
available at: 

http://www.w3.org/TR/SVG/svgdtd.html#DTD.1.39

I will send a comment to www-svg@w3.org.

Original comment by eb2m...@gmail.com on 2 Mar 2013 at 2:08

@GoogleCodeExporter
Copy link
Author

This issue was made redundant by the resolution to Issue 322.

Original comment by markus.g...@gmail.com on 7 May 2013 at 7:32

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic-ContentDocs The issue affects EPUB content documents
Projects
None yet
Development

No branches or pull requests

1 participant