mirror of
https://github.com/brl/mutter.git
synced 2025-08-10 10:24:47 +00:00
DTD fixes
This commit is contained in:
@@ -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
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user