1
0
Fork 0

DTD fixes

This commit is contained in:
Ross Burton 2002-12-23 11:31:24 +00:00
parent 5cf84e6702
commit 79d28b4709
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-12-19 Ross Burton <ross@burtonini.com>
* doc/metacity-theme.dtd: Fix a typo and loosen the requirements
for the resize element.
2002-12-19 Havoc Pennington <hp@pobox.com>
* Reverted visual bell patch, #99886

View file

@ -70,7 +70,7 @@
<!ATTLIST frame
focus (yes|no) #REQUIRED
state (normal|maximized|shaded|maximized_and_shaded) #REQUIRED
resize (both|horizontal|vertical|none) #REQUIRED
resize (both|horizontal|vertical|none) #IMPLIED
style CDATA #REQUIRED
>
@ -153,7 +153,7 @@
filled %boolean; 'false'
>
<!ELEMENT arc EMTPY>
<!ELEMENT arc EMPTY>
<!ATTLIST arc
color CDATA #REQUIRED
%xyrequired;