154
edits
(→Severity Levels (In Decreasing Order): Add S2) |
(→Severity Levels: Add S4) |
||
Line 75: | Line 75: | ||
* Print output bugs that cause data loss (such as missing pages, missing content) | * Print output bugs that cause data loss (such as missing pages, missing content) | ||
* Webcompat issues that cause more than minor cosmetic site breakage, particularly those for which a work around is cumbersome, tedious or difficult for authors to deploy | * Webcompat issues that cause more than minor cosmetic site breakage, particularly those for which a work around is cumbersome, tedious or difficult for authors to deploy | ||
=== S3 (Normal) === | |||
Blocks non-critical functionality and a work around exists | |||
Examples of S3 layout bugs: | |||
* Most <code>sec-moderate</code> and <code>sec-low</code> security bugs | |||
* Very, very low-volume crashes | |||
* Small webcompat issues that authors can work around in a relatively easy way | |||
* Smaller cosmetic issues on frequently-visited sites | |||
* Layout breakages that do not cause issues accessing/viewing content on any site | |||
* Most smaller to medium-sized performance issues, where performance is not a severe impediment to accessing a site for either desktop or mobile users | |||
=== S4 (Small/Trivial) === | |||
Minor significance, cosmetic issues, low or no impact to users | |||
Examples of S4 layout bugs: | |||
* Code cleanliness issues — cleanups — that don’t directly impact users | |||
* Minor cosmetic issues that are not noticeable to most users (e.g. 1px “off”, small alignment bugs, minor rendering differences from competing browsers, unexpected scrollbars, unwanted table borders) | |||
* Minor cosmetic issues related to printing | |||
* Minor line breaking, hyphenation or ligature issues | |||
* Other edge case layout issues — even webcompat issues — that are rarely encountered "in the wild" | |||
* Minor spec conformance issues that are rarely encountered | |||
* Most WPT failure bugs from upstream changes |
edits