WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
89074
[Shadow] <tr> having a Shadow DOM in <table border="1"> won't render a border.
https://bugs.webkit.org/show_bug.cgi?id=89074
Summary
[Shadow] <tr> having a Shadow DOM in <table border="1"> won't render a border.
Shinya Kawanaka
Reported
2012-06-14 01:33:22 PDT
Repro: <table> <tr><td>foo</td><td>bar</td></tr> <tr id="host"></tr> </table> <script> var shadowRoot = new WebKitShadowRoot(host); shadowRoot.innerHTML = "<td>1</td><td>2</td>"; </script> The <td>s in first <tr> have a border, but <td>s in ShadowDOM do not have a border.
Attachments
Add attachment
proposed patch, testcase, etc.
Dimitri Glazkov (Google)
Comment 1
2012-06-14 09:22:54 PDT
Fascinating.
Ryosuke Niwa
Comment 2
2019-10-04 22:11:59 PDT
tr doesn't support shadow root in V1 API.
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