Possible Typοgraphical mistake in XSL Specifications
| Newsgroups | gmane.org.w3c.xsl-editors |
|---|---|
| Message-ID | <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAFYfQgxZ1d0euCg1+USruOMKAAAAQAAAACOledO/V0kCJRzD97JX/[email protected]> |
A small typographical mistake has been made in the XSL specifications at the
end of section 6.9.1. Below is the code where with the mistake is (line 1
char 10) <fo:block">. The quotes should not be here it should be <fo:block>
. The code (copied from the specification text) follows:
<fo:block">Follow this
<fo:multi-properties text-decoration="underline">
<fo:multi-property-set active-state="link" color="blue">
</fo:multi-property-set>
<fo:multi-property-set active-state="visited" color="red">
</fo:multi-property-set>
<fo:multi-property-set active-state="active" color="green">
</fo:multi-property-set>
<fo:multi-property-set active-state="hover" text-decoration="blink">
</fo:multi-property-set>
<fo:multi-property-set active-state="focus" color="yellow">
</fo:multi-property-set>
<fo:wrapper color="merge-property-values()"
text-decoration="merge-property-values()">
<fo:basic-link external-destination="http://www.w3.org/TR"
show-destination="new" role="An Example">link
</fo:basic-link>
</fo:wrapper>
</fo:multi-properties> to access all
TRs of the W3C.
</fo:block>
Best regards
Miltos Allamanis