WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
158654
Web Inspector: <template> content should not be hidden as Shadow Content
https://bugs.webkit.org/show_bug.cgi?id=158654
Summary
Web Inspector: <template> content should not be hidden as Shadow Content
Joseph Pecoraro
Reported
2016-06-10 21:57:54 PDT
Summary: <template> content should not be hidden as Shadow Content, it should show like a document fragment. Steps To Reproduce: 1. Inspect about:blank 2. js> t = document.createElement("template"); t.innerHTML = "hello world"; document.body.appendChild(t); t => Expanding <template> in console should not be say "Shadow Root" it should be a Document Fragment => Same in the DOM Tree Notes: - While this is a Document Fragment, lets customize the string in the UI to say "Template Content" instead of "Document Fragment".
Attachments
[PATCH] Proposed Fix
(3.56 KB, patch)
2016-06-10 21:59 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-06-10 21:58:17 PDT
<
rdar://problem/26753415
>
Joseph Pecoraro
Comment 2
2016-06-10 21:59:02 PDT
Created
attachment 281076
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
2016-06-10 22:31:12 PDT
Comment on
attachment 281076
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 281076 Committed
r201965
: <
http://trac.webkit.org/changeset/201965
>
WebKit Commit Bot
Comment 4
2016-06-10 22:31:16 PDT
All reviewed patches have been landed. Closing bug.
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