Bug 164027 - When pasting web archive, width specifiers in srcset attribute change into density specifiers
Summary: When pasting web archive, width specifiers in srcset attribute change into de...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-10-26 12:42 PDT by mitz
Modified: 2016-10-26 13:42 PDT (History)
1 user (show)

See Also:


Attachments
Change 'x' to 'w' (4.86 KB, patch)
2016-10-26 13:39 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-10-26 12:42:01 PDT
HTMLImageElement::completeURLsInAttributeValue changes width descriptors in srcset into density descriptors.
Comment 1 mitz 2016-10-26 12:43:30 PDT
<rdar://problem/28964948>
Comment 2 mitz 2016-10-26 13:39:07 PDT
Created attachment 292958 [details]
Change 'x' to 'w'
Comment 3 mitz 2016-10-26 13:42:30 PDT
Thanks, Tim!
Fixed in <https://trac.webkit.org/r207910>.