Currently several of the Focus Area names listed on the dashboard are confusing people.
For example, it's easy to get the impression that neither Safari nor Firefox have any support for IndexDB, when both browsers shipped it long ago. I've seen similar confusion about CSS attr().
Also, it's inconsistent how some CSS API are prefixed "CSS" and others are not. Plus, it's not called "JS Navigation API" or "HTML Dialogs". I'm not sure how CSS became necessary to call out as something different.
Here's a list of proposed changes:
- CSS anchor positioning —> Anchor Positioning
- CSS attr() —> Advanced attr() since
attr() is already supported in browsers, and this is about adding advanced capabilities
- CSS contrast-color() —> contrast-color()
- CSS shape() —> shape()
- Dialogs and popovers —> Dialog & popover additions
- IndexedDB —> getAllRecords() for IndexedDB
Maybe the CSS functions that need to be lowercase since its code could continue to be prefixed with CSS. But to be consistent with Media pseudo-classes, Scroll-driven animations, Scroll snap and more, Anchor Positioning can drop the "CSS". Same with Advanced attr().
Changing the names to Advanced attr(), Dialog & popover additions, and getAllRecords() for IndexedDB make it clear what these are — and what's not included.
Currently several of the Focus Area names listed on the dashboard are confusing people.
For example, it's easy to get the impression that neither Safari nor Firefox have any support for IndexDB, when both browsers shipped it long ago. I've seen similar confusion about CSS attr().
Also, it's inconsistent how some CSS API are prefixed "CSS" and others are not. Plus, it's not called "JS Navigation API" or "HTML Dialogs". I'm not sure how CSS became necessary to call out as something different.
Here's a list of proposed changes:
attr()is already supported in browsers, and this is about adding advanced capabilitiesMaybe the CSS functions that need to be lowercase since its code could continue to be prefixed with CSS. But to be consistent with Media pseudo-classes, Scroll-driven animations, Scroll snap and more, Anchor Positioning can drop the "CSS". Same with Advanced attr().
Changing the names to Advanced attr(), Dialog & popover additions, and getAllRecords() for IndexedDB make it clear what these are — and what's not included.