Skip to content

Commit

Permalink
Releasing ahfsettings 7.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraham-antenna committed Aug 17, 2023
1 parent c132221 commit 00387a4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 29 deletions.
4 changes: 2 additions & 2 deletions add-on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
<xt:extension id="ahfsettings">
<xt:location href="https://github.com/AntennaHouse/ahfsettings/releases/download/v7.3.2/ahfsettings-framework-7.3.2.zip"/>
<xt:version>7.3.2</xt:version>
<xt:location href="https://github.com/AntennaHouse/ahfsettings/releases/download/v7.3.4/ahfsettings-framework-7.3.4.zip"/>
<xt:version>7.3.4</xt:version>
<xt:oxy_version>14.0+</xt:oxy_version>
<xt:type>framework</xt:type>
<xt:author>Antenna House, Inc.</xt:author>
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version of current code base. Included in generated files.
# See instructions in 'build.xml'.
version=7.3.2
version=7.3.4

# Location of .jar for Saxon XSLT 2.0 (or later) processor
saxon.jar.windows=C:/saxon/saxon9he.jar
Expand Down
10 changes: 5 additions & 5 deletions schema/axs.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ limitations under the License.

<!ENTITY % formatter-config.model "formatter-settings?,font-settings?,
pdf-settings?,ps-settings?,
svg-render-settings?,svg-settings?,
text-settings?,mathml-settings?,
cgm-settings?,xslt-settings?,
mathml-settings?,svg-settings?,
svg-render-settings?,cgm-settings?,
text-settings?,xslt-settings?,
analyzer-settings?">

<!-- start = formatter-config -->
Expand Down Expand Up @@ -102,8 +102,8 @@ limitations under the License.
condensed-text-align-last (%ah.boolean;|justify) #IMPLIED
css-allow-bare-expression (%ah.boolean;) #IMPLIED
css-child-match-root (%ah.boolean;) #IMPLIED
css-child-match-root (%ah.boolean;) #IMPLIED
css-float-in-float NMTOKEN #IMPLIED
css-float-in-float (%ah.boolean;) #IMPLIED
css-media-type CDATA #IMPLIED
default-CJK NMTOKEN #IMPLIED
default-color CDATA #IMPLIED
default-font-size NMTOKEN #IMPLIED
Expand Down
29 changes: 17 additions & 12 deletions schema/axs.rng
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,17 @@
<value>Khmr</value>
<value>Laoo</value>
<value>Mymr</value>
<value>Kana</value>
<value>Hira</value>
<!--
| 'Kana'
| 'Hira'
-->
<value>Hang</value>
<value>Hani</value>
<!-- | 'Hani' -->
<value>Hans</value>
<value>Hant</value>
<value>Jpan</value>
<value>Zsye</value>
<value>Zsym</value>
<value>.</value>
<value/>
</choice>
Expand Down Expand Up @@ -231,19 +235,19 @@
<ref name="ps-settings"/>
</optional>
<optional>
<ref name="svg-render-settings"/>
<ref name="mathml-settings"/>
</optional>
<optional>
<ref name="svg-settings"/>
</optional>
<optional>
<ref name="text-settings"/>
<ref name="svg-render-settings"/>
</optional>
<optional>
<ref name="mathml-settings"/>
<ref name="cgm-settings"/>
</optional>
<optional>
<ref name="cgm-settings"/>
<ref name="text-settings"/>
</optional>
<optional>
<ref name="xslt-settings"/>
Expand Down Expand Up @@ -403,19 +407,19 @@
</optional>
<optional>
<attribute name="css-child-match-root">
<a:documentation>Whether pseudo-classes match root element: true | false</a:documentation>
<ref name="ah.boolean"/>
</attribute>
</optional>
<optional>
<attribute name="css-child-match-root">
<a:documentation>Whether pseudo-classes match root element: true | false</a:documentation>
<attribute name="css-float-in-float">
<a:documentation>Whether nested floats are allowed in CSS: true | false</a:documentation>
<ref name="ah.boolean"/>
</attribute>
</optional>
<optional>
<attribute name="css-float-in-float">
<a:documentation>Whether nested floats are allowed in CSS: true | false</a:documentation>
<data type="NCName"/>
<attribute name="css-media-type">
<a:documentation>@media tokens that apply to Antenna House Formatter</a:documentation>
</attribute>
</optional>
<optional>
Expand Down Expand Up @@ -1711,6 +1715,7 @@
</optional>
<optional>
<attribute name="new-tagging-mode">
<a:documentation>Whether to enable the role map and axf:pdftag="''" support: true | false</a:documentation>
<ref name="ah.boolean"/>
</attribute>
</optional>
Expand Down
25 changes: 16 additions & 9 deletions schema/axs.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,12 @@
<xs:enumeration value="Khmr"/>
<xs:enumeration value="Laoo"/>
<xs:enumeration value="Mymr"/>
<xs:enumeration value="Kana"/>
<xs:enumeration value="Hira"/>
<xs:enumeration value="Hang"/>
<xs:enumeration value="Hani"/>
<xs:enumeration value="Hans"/>
<xs:enumeration value="Hant"/>
<xs:enumeration value="Jpan"/>
<xs:enumeration value="Zsye"/>
<xs:enumeration value="Zsym"/>
<xs:enumeration value="."/>
<xs:enumeration value=""/>
</xs:restriction>
Expand Down Expand Up @@ -233,11 +232,11 @@
<xs:element minOccurs="0" ref="font-settings"/>
<xs:element minOccurs="0" ref="pdf-settings"/>
<xs:element minOccurs="0" ref="ps-settings"/>
<xs:element minOccurs="0" ref="svg-render-settings"/>
<xs:element minOccurs="0" ref="svg-settings"/>
<xs:element minOccurs="0" ref="text-settings"/>
<xs:element minOccurs="0" ref="mathml-settings"/>
<xs:element minOccurs="0" ref="svg-settings"/>
<xs:element minOccurs="0" ref="svg-render-settings"/>
<xs:element minOccurs="0" ref="cgm-settings"/>
<xs:element minOccurs="0" ref="text-settings"/>
<xs:element minOccurs="0" ref="xslt-settings"/>
<xs:element minOccurs="0" ref="analyzer-settings"/>
</xs:sequence>
Expand Down Expand Up @@ -351,17 +350,21 @@
<xs:documentation>Whether expressions not enclosed in 'calc()' are allowed: true | false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="css-child-match-root" type="ah.boolean"/>
<xs:attribute name="css-child-match-root" type="ah.boolean">
<xs:annotation>
<xs:documentation>Whether pseudo-classes match root element: true | false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="css-float-in-float" type="xs:NCName">
<xs:attribute name="css-float-in-float" type="ah.boolean">
<xs:annotation>
<xs:documentation>Whether nested floats are allowed in CSS: true | false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="css-media-type">
<xs:annotation>
<xs:documentation>@media tokens that apply to Antenna House Formatter</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="default-CJK" type="xs:NCName"/>
<xs:attribute name="default-color"/>
<xs:attribute name="default-font-size" type="xs:NMTOKEN"/>
Expand Down Expand Up @@ -1175,7 +1178,11 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="new-tagging-mode" type="ah.boolean"/>
<xs:attribute name="new-tagging-mode" type="ah.boolean">
<xs:annotation>
<xs:documentation>Whether to enable the role map and axf:pdftag="''" support: true | false</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="no-accessibility" type="ah.boolean">
<xs:annotation>
<xs:documentation>Whether to permit text access for screen reader devices of PDF files: false | true</xs:documentation>
Expand Down

0 comments on commit 00387a4

Please sign in to comment.