Uh oh!
There was an error while loading. Please reload this page.
Remove old rejected features - #526
Conversation
NielsLeenheer
commented
Dec 7, 2017
I'd like to keep the feature detects in the |
dstorey
commented
Dec 11, 2017
makes sense, but should they be removed from the actual results and compare page? |
I would think, @dstorey, as it would make sense to include them in the results and Compare pages to allow the less programming-inclined page visitors to view and assess them, given the implications of supporting Rejected specifications such as the aforementioned Script execution events. Though, maybe their point value should be universally marked as X (Web SQL Database still isn't), or otherwise have a note much like the ones for the Directories and System API and Web SQL Database features added to signify their deprecation, and the lack of benefit in supporting them. |
dstorey
commented
Mar 10, 2018
I would argue that things like SEE have been long forgotten about considering they're in no spec people can look up and have not been implemented by most browsers. |
niutech
commented
Sep 22, 2023
I've merged this PR into my HTML5Test fork. |
scriptExecutionEvents have long since been removed from the spec. Imports doesn't have wide support and has been replaced in this test by ES Modules.
This PR removed those rejected features to not clutter the test up with old features.