WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 106281
[Shadow DOM] SHADOW_DOM protected code should be in dom/shadow directory
https://bugs.webkit.org/show_bug.cgi?id=106281
Summary
[Shadow DOM] SHADOW_DOM protected code should be in dom/shadow directory
Hajime Morrita
Reported
2013-01-07 17:44:11 PST
Currently Shadow DOM related files are scattered between dom/ and html/. It could be organized in some better way: - ShadowRoot and TreeScope: under dom/ (Doesn't change) - ComposedTreeWalker: under dom/shadow/ (Move from html/shadow) - ContentDistributor family and InsertionPoint: under dom/shadow/ (Move from html/shadow) By doing this, we can - eliminate dom-to-html dependency by moving distribution related code to dom/shadow/ - Clarify what part is SHADOW_DOM guarded code (which is under dom/shadow)
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug