Skip to content

Commit

Permalink
Relax scale values except simpletable oasis-tcs/dita#397
Browse files Browse the repository at this point in the history
robander committed Jun 21, 2022
1 parent 2bbbba9 commit 26b7c54
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doctypes/dtd/technicalContent/reference.mod
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@
keycol
NMTOKEN
#IMPLIED
%display-atts;
%simpletable-display-atts;
%univ-atts;"
>
<!ELEMENT properties %properties.content;>
2 changes: 1 addition & 1 deletion doctypes/dtd/technicalContent/task.mod
Original file line number Diff line number Diff line change
@@ -332,7 +332,7 @@
keycol
NMTOKEN
'1'
%display-atts;
%simpletable-display-atts;
%univ-atts;"
>
<!ELEMENT choicetable %choicetable.content;>
2 changes: 1 addition & 1 deletion doctypes/rng/technicalContent/referenceMod.rng
Original file line number Diff line number Diff line change
@@ -266,7 +266,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Reference//EN"
<data type="NMTOKEN"/>
</attribute>
</optional>
<ref name="display-atts"/>
<ref name="simpletable-display-atts"/>
<ref name="univ-atts"/>
</define>
<define name="properties.element">
2 changes: 1 addition & 1 deletion doctypes/rng/technicalContent/taskMod.rng
Original file line number Diff line number Diff line change
@@ -678,7 +678,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Task//EN"
<data type="NMTOKEN"/>
</attribute>
</optional>
<ref name="display-atts"/>
<ref name="simpletable-display-atts"/>
<ref name="univ-atts"/>
</define>
<define name="choicetable.element">
2 changes: 1 addition & 1 deletion specification/baseSpec
Submodule baseSpec updated 321 files

0 comments on commit 26b7c54

Please sign in to comment.