Confirmed users
796
edits
(→Video: Add some suggestions from Anthony Jones (via email)) |
m (WebKitCSSMatrix fits better as DOM) |
||
| Line 9: | Line 9: | ||
==== CSS ==== | ==== CSS ==== | ||
* `display: table` with `max-width: 100%` on children. | * `display: table` with `max-width: 100%` on children. | ||
| Line 19: | Line 18: | ||
* Wrong mimetypes for JSON | * Wrong mimetypes for JSON | ||
==== JS ==== | ==== JS/DOM ==== | ||
* (When Possible) identify the js lib used against a DB of the latest versions of JS libs. (to understand the use of legacy code) | * (When Possible) identify the js lib used against a DB of the latest versions of JS libs. (to understand the use of legacy code) | ||
* Identify, count how many times `navigator.userAgent` is used on the Web and a couple of other related thing. | * Identify, count how many times `navigator.userAgent` is used on the Web and a couple of other related thing. | ||
* WebKitCSSMatrix usage See https://bugzilla.mozilla.org/show_bug.cgi?id=717722 | |||