WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
995 stars 193 forks source link

Remove old rejected features #526

Open dstorey opened 6 years ago

dstorey commented 6 years ago

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.

NielsLeenheer commented 6 years ago

I'd like to keep the feature detects in the engine.js file. Even though these features would be invisible to any visitor of HTML5test and wouldn't get any points, I can still track whether or not browsers support it.

dstorey commented 6 years ago

makes sense, but should they be removed from the actual results and compare page?

SC1040-TS2 commented 6 years ago

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 6 years ago

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 1 year ago

I've merged this PR into my HTML5Test fork.