Confirmed users
1,567
edits
(→JS/DOM: added a DOM candidate for telemetry) |
(→Idea bucket (sanity not guaranteed): Adding innerText as a new target) |
||
| Line 23: | Line 23: | ||
==== CSS ==== | ==== CSS ==== | ||
* `display: table` with `max-width: 100%` on children (see [https://bugzilla.mozilla.org/show_bug.cgi?id=434230 434230] and [https://bugzilla.mozilla.org/show_bug.cgi?id=975632%20 975632 ]) | * `display: table` with `max-width: 100%` on children (see [https://bugzilla.mozilla.org/show_bug.cgi?id=434230 434230] and [https://bugzilla.mozilla.org/show_bug.cgi?id=975632%20 975632 ]) | ||
==== HTTP ==== | ==== HTTP ==== | ||
| Line 37: | Line 36: | ||
* requestFullScreen vs requestFullscreen. See https://bugzilla.mozilla.org/show_bug.cgi?id=743198#c5 | * requestFullScreen vs requestFullscreen. See https://bugzilla.mozilla.org/show_bug.cgi?id=743198#c5 | ||
* window.getComputedStyle() see https://bugzilla.mozilla.org/show_bug.cgi?id=548397 | * window.getComputedStyle() see https://bugzilla.mozilla.org/show_bug.cgi?id=548397 | ||
* innerText is [https://bugzilla.mozilla.org/show_bug.cgi?id=264412 not available on Gecko] but creates Web Compatibility issues such as [https://github.com/webcompat/web-bugs/issues/633 Techcrunch webcompat] | |||
==== Video ==== | ==== Video ==== | ||