Closed michael-aka-mmh closed 7 years ago
So how many of these are deserve a warning?
<fo:static-content flow-name="xsl-region-before">
<fo:block-container span="none"></fo:block-container>
<fo:block-container span="all"></fo:block-container>
<fo:block-container span="inherit"></fo:block-container>
</fo:static-content>
Hi Tony, as far as I understand the spec, that would be "none" and "all".
"none" is the initial value that doesn't cause spanning. Since span
has no effect in fo:static-content
, I added a warning for when the attribute is present.
As I learned via AH support:
So, I assume a warning could be added via Schematron rule.
https://www.w3.org/TR/xsl/#span