Closed
Bug 788387
Opened 11 years ago
Closed 11 years ago
:fullscreen pseudo-class should have box-sizing:border-box style
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: cpearce, Assigned: cpearce)
References
()
Details
Attachments
(1 file)
807 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The fullscreen spec [1] says that the :fullscreen pseudo-class should have the box-sizing:border-box style. Without this, the fullscreen element's content is offset by the width of its borders and padding, causing content at the right and bottom to be outside of the view port. For example, see the testcase: http://people.mozilla.org/~cpearce/lorem-fullscreen.html Click the "lorem" button to fullscreen div containing the "Lorem ipsum..." text, and note that the vertical scroll bar and right border is hidden off-screen, and the last line is lost too when you scroll to the bottom too. [1] http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#:fullscreen-pseudo-class
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #658354 -
Flags: review?(roc)
Attachment #658354 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/35e22307b242
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/35e22307b242
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•