Commit c513696
committed
Remove some MathML attributes that aren't defined in the DTD
They aren't used, and were giving xmllint warnings:
xml/lwg-issue.dtd:205: validity error : PEReference: %att-alt; not found
<!ATTLIST mglyph %att-alt; %att-fontfamily; %att-index;>
^
xml/lwg-issue.dtd:205: validity error : PEReference: %att-index; not found
<!ATTLIST mglyph %att-alt; %att-fontfamily; %att-index;>
^
xml/lwg-issue.dtd:227: validity error : PEReference: %att-tableinfo; not found
%att-accentunder; %att-tableinfo; %att-rowspan; %att-col
^
xml/lwg-issue.dtd:228: validity error : PEReference: %att-selection; not found
%att-edge; %att-selection; %att-bevelled; %att-height; %
^
xml/lwg-issue.dtd:228: validity error : PEReference: %att-height; not found
%att-edge; %att-selection; %att-bevelled; %att-height; %
^
xml/lwg-issue.dtd:228: validity error : PEReference: %att-depth; not found
%att-edge; %att-selection; %att-bevelled; %att-height; %att-depth;
^1 parent ad737d0 commit c513696
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
| 227 | + | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments