Auto-Submit | +1 |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
canvas_2d_div.style.display = 'none';
Also add a test for display: contents to address https://github.com/WICG/html-in-canvas/issues/48 ?
(I think a display:contents element should likely not be allowed with this API)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
canvas_2d_div.style.display = 'none';
Also add a test for display: contents to address https://github.com/WICG/html-in-canvas/issues/48 ?
(I think a display:contents element should likely not be allowed with this API)
Mind if we do this as a followup? It's not directly connected to the crash bug being fixed here.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
canvas_2d_div.style.display = 'none';
Philip RogersAlso add a test for display: contents to address https://github.com/WICG/html-in-canvas/issues/48 ?
(I think a display:contents element should likely not be allowed with this API)
Mind if we do this as a followup? It's not directly connected to the crash bug being fixed here.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[html-in-canvas] Update layout before checking eligibility
texElementImage2D had a bug where eligibility was checked prior to
updating layout. Credit to Emilio (emi...@mozilla.com) for spotting
this bug!
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |