Give an initial value for the 'quotes' property in the UA stylesheet. b=24861 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2004-04-14 20:13:44 +00:00
parent 3409f38f65
commit b4a859050c
2 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,12 @@
@namespace parsererror url(http://www.mozilla.org/newlayout/xml/parsererror.xml);
/* defaults for the root element that are easier to specify here than in
C++ code */
*|*:root {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/* magic -- some of these rules are important to keep pages from overriding
them
*/

View File

@ -40,6 +40,12 @@
@namespace parsererror url(http://www.mozilla.org/newlayout/xml/parsererror.xml);
/* defaults for the root element that are easier to specify here than in
C++ code */
*|*:root {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/* magic -- some of these rules are important to keep pages from overriding
them
*/