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> 2002-12-19 Havoc Pennington <hp@pobox.com>
* Reverted visual bell patch, #99886 * Reverted visual bell patch, #99886

View File

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