Closed
Bug 1587624
Opened 6 years ago
Closed 6 years ago
Add a console log when we propagate principle writing mode from <body>
Categories
(Core :: Layout: Block and Inline, enhancement, P3)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
Per suggestion by Emilio in https://mozilla.logbot.info/layout/20190920#c16629992-c16629999, add a console log that may help developers to aware of the difference.
Assignee | ||
Comment 1•6 years ago
|
||
I use warningFlag
instead of infoFlag
because even if the principal
writing-mode propagation is written in the spec, its effect might
surprise the developers.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6fb1aac6edac
Add a console log when we propagate principal writing-mode from <body>. r=emilio
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•