WebPlatformTest / HTML5test

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

Remove menu element #505

Closed dstorey closed 6 years ago

dstorey commented 7 years ago

menu element type context and toolbar have been removed from WhatWG HTML: https://github.com/whatwg/html/pull/2742

HTML5Test should either remove both tests, or remove context and simplify the toolbar test. For example Edge and perhaps other browsers support HTMLMenuElement interface as a fancy list like it is in spec, but don't support setting type attribute to toolbar. As the type attribute is no longer in the spec, this is now correct behaviour.

NielsLeenheer commented 6 years ago

Removed, thanks for the PR