Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935

Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
This commit is contained in:
dbaron%fas.harvard.edu 2006-05-17 02:27:09 +00:00
Родитель d24c34f92e
Коммит 2e752e06d9
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -29,7 +29,7 @@
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-applications-edit.dtd"> <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-applications-edit.dtd">
<window id="pickAppHandler" <window id="pickAppHandler"
class="dialog" style="width: 30em; user-focus: ignore;" class="dialog" style="width: 30em; -moz-user-focus: ignore;"
orient="vertical" orient="vertical"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&editType.label;" title="&editType.label;"

Просмотреть файл

@ -31,7 +31,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
class="color-dialog" class="color-dialog"
style="user-focus: ignore;" style="-moz-user-focus: ignore;"
title="&window.title;" align="vertical" title="&window.title;" align="vertical"
onload="parent.initPanel('chrome://communicator/content/pref/pref-applications.xul');"> onload="parent.initPanel('chrome://communicator/content/pref/pref-applications.xul');">