Bug 228081 - HTMLImageElement.decoding should reflect the decoding content attribute, limited to only known values
Summary: HTMLImageElement.decoding should reflect the decoding content attribute, limi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/multipag...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-19 11:27 PDT by Chris Dumez
Modified: 2021-07-19 14:36 PDT (History)
10 users (show)

See Also:


Attachments
Patch (14.76 KB, patch)
2021-07-19 11:29 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (25.26 KB, patch)
2021-07-19 13:41 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-07-19 11:27:25 PDT
HTMLImageElement.decoding should reflect the decoding content attribute, limited to only known values. We are currently missing the *limited to only known values* logic:
- https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-decoding
Comment 1 Chris Dumez 2021-07-19 11:29:17 PDT
Created attachment 433803 [details]
Patch
Comment 2 Chris Dumez 2021-07-19 13:41:03 PDT
Created attachment 433820 [details]
Patch
Comment 3 EWS 2021-07-19 14:35:50 PDT
Committed r280047 (239782@main): <https://commits.webkit.org/239782@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 433820 [details].
Comment 4 Radar WebKit Bug Importer 2021-07-19 14:36:17 PDT
<rdar://problem/80803070>