Bug 154961 - Slider thumb style should not depend on renderers
Summary: Slider thumb style should not depend on renderers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 01:41 PST by Antti Koivisto
Modified: 2016-03-03 02:48 PST (History)
1 user (show)

See Also:


Attachments
patch (8.17 KB, patch)
2016-03-03 01:47 PST, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2016-03-03 01:41:06 PST
Currently slider thumb pseudo id is computed based on host element renderer. Style is the input for building a render tree and should be computable without having one.
Comment 1 Antti Koivisto 2016-03-03 01:47:19 PST
Created attachment 272745 [details]
patch
Comment 2 Antti Koivisto 2016-03-03 02:48:16 PST
https://trac.webkit.org/r197502