Closed
Bug 925218
Opened 12 years ago
Closed 12 years ago
-x-system-font should be set by the 'all' shorthand
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
2.64 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #815202 -
Flags: review?(dbaron)
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 815202 [details] [diff] [review]
patch
> // Callers may also define CSS_PROP_LIST_ONLY_COMPONENTS_OF_ALL_SHORTHAND
> // to exclude properties that are not considered to be components of the 'all'
>+// shorthand property. Currently this excludes 'direction' and 'unicode-bidi',
>+// as required by the CSS Cascading and Inheritance specification, and any
>+// internal properties that are set indirectly by some other shorthand
set -> not set, I think. Though maybe it's better to say internal properties that can't be changed using CSS syntax.
>+// that is not an internal property (i.e., the value of the internal property
>+// can be set by user style sheets).
drop the "user" in "user style sheets", since that makes it sounds like you're talking about the cascade level.
r=dbaron, and thanks for fixing
Attachment #815202 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 4•12 years ago
|
||
I tweaked the wording further to be clearer, including an example.
https://hg.mozilla.org/integration/mozilla-inbound/rev/aa11ee736eff
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•