Confirmed users
112
edits
([Replaceable] should be used as needed) |
(→Spec makes sense: Update text around ExposreGuidelines) |
||
Line 13: | Line 13: | ||
* The API should be easy to understand and use, and consistent. | * The API should be easy to understand and use, and consistent. | ||
* | * [[ExposureGuidelines]] should be followed for the feature and the reviewer should review the intent to prototype/ship. E.g., this means checking whether other UAs plan to implement this spec, and if not why we're doing it. | ||
* New readonly properties on global scopes should almost certainly be <code>[Replaceable]</code> to not break sites using variables or functions with a colliding name. This is especially salient for short names. | * New readonly properties on global scopes should almost certainly be <code>[Replaceable]</code> to not break sites using variables or functions with a colliding name. This is especially salient for short names. | ||
* Whether things are nullable or not needs to make sense. | * Whether things are nullable or not needs to make sense. |