wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Many tests in editing/run use deprecated features

Open mysteryDate opened this issue 2 years ago • 1 comments

forecolor.html for example is built around "stylewithcss", "queryCommandValue", "queryCommandState". I made a change to chromium that broke this test and spent a day trying to fix it before realizing it was all deprecated behavior. Should we just delete these tests?

mysteryDate avatar Aug 27 '22 22:08 mysteryDate

forecolor.html for example is built around "stylewithcss", "queryCommandValue", "queryCommandState". I made a change to chromium that broke this test and spent a day trying to fix it before realizing it was all deprecated behavior. Should we just delete these tests?

The entire execCommand API ain't great, but I'm unaware of anything deprecating it, and even if it were that doesn't mean we can just remove it and not care about its behaviour. execCommand has a long history of causing web compat problems, so outright deleting tests for it seems pretty unacceptable.

gsnedders avatar Sep 11 '22 18:09 gsnedders