But there are cases were a syntax could be valid i...
# advancedpdf
m
But there are cases were a syntax could be valid in BFO but not HTML. For example in HTML you have to do
<span style="color: green;">Green Text</span>
but in BFO you could skip the style and just do
<span color="green">Green Text<span>
. If you try that it will render correctly in PDF but not HTML.