jacshore / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

scoped style error following figcaption #211

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A bug about scoped style being invalid before a figcaption was clarified last 
year:

https://www.w3.org/Bugs/Public/show_bug.cgi?id=13102

But this markup is flagged as invalid by epubcheck, stating that a scoped style 
must precede any other flow content:

<figure>
  <figcaption>...</figcaption>
  <style scoped="scoped">
    ...
  </style>
  <table>
    ...
  </table>
</figure>

Since figcaption is not flow content, the scoped style can be included after it 
and still be valid.

Original issue reported on code.google.com by mgarrish on 28 Sep 2012 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by markus.g...@gmail.com on 1 Oct 2012 at 8:24

GoogleCodeExporter commented 8 years ago

Original comment by markus.g...@gmail.com on 10 Oct 2012 at 6:08

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r343.

Original comment by markus.g...@gmail.com on 10 Oct 2012 at 6:09