Closed
Bug 1355368
Opened 8 years ago
Closed 7 years ago
stylo: font-weight descriptor in @font-face rule should preserve keyword values
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: xidorn, Assigned: ferjm)
References
Details
Both Gecko and Blink has the behavior that the following code shows "normal" rather than "400":
<!DOCTYPE HTML>
<style>
@font-face { font-weight: normal; }
</style>
<script>
alert(document.styleSheets[0].cssRules[0].style.getPropertyValue('font-weight'));
</script>
Stylo should do the same.
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ferjmoreno
Assignee | ||
Comment 1•7 years ago
|
||
Pushed by kwierso@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/86c6f3f99f48
Update stylo expectation data a=bustage
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•