diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-02-03 12:05:49 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-02-03 12:05:49 +0000 |
commit | bc7583143625a86bdfd159058fa5b2762f2b64c2 (patch) | |
tree | 2f415bd49ee44056fa3b87575e93b22c5e899bd8 /src/documentation/content/xdocs/compliance.ihtml | |
parent | 8e49549a9f59b5ee87a1c060fa9801916adf153d (diff) | |
download | xmlgraphics-fop-bc7583143625a86bdfd159058fa5b2762f2b64c2.tar.gz xmlgraphics-fop-bc7583143625a86bdfd159058fa5b2762f2b64c2.zip |
Added very basic parsing for the xml:lang shorthand.
No validation of the specified value, but the language and country
properties now do take the shorthand into account to determine their
value.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@617976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/compliance.ihtml')
-rw-r--r-- | src/documentation/content/xdocs/compliance.ihtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index 4b6dc024f..27ca74a63 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -1223,7 +1223,7 @@ yes </td> <td class="yes"> yes </td> - <td align="center"> </td> + <td align="center"> </td> </tr> <tr> <td> @@ -5612,9 +5612,9 @@ <td class="no"> no </td> <td class="no"> no </td> - <td class="no"> - no </td> - <td align="center"> </td> + <td class="yes"> + yes </td> + <td align="center">[dev] Very basic parsing; no validation of the specified value.</td> </tr> </table> <h1><a name="fo-function-core-library-section">XSL-FO Core Function Library Support Table</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8434-Core-Function-Library">§5.10</a>)</h1> |