mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Give an initial value for the 'quotes' property in the UA stylesheet. b=24861 r+sr=bzbarsky
This commit is contained in:
parent
3409f38f65
commit
b4a859050c
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user