[Webkit-unassigned] [Bug 104772] New: [Shadow DOM]: Details and Summary tags always contains Shadow roots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 23:39:12 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104772

           Summary: [Shadow DOM]: Details and Summary tags always contains
                    Shadow roots
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sgrekhov at unipro.ru


Chrome 23.0.1271.97 m
Details and summary tags always contains shadow roots.

Steps to reproduce:

1) Make sure that developer tools in Chrome shows Shadow DOM (F12/Settings (in right bottom corner)/Experiments/Show Shadow DOM)
2) Open in Chrome the following page:

<html>
<head>
</head>
<body>
<details open="open">
<summary><span>Summary</span></summary>
<span>Text</span>
</details>
<span>Text outside the details</span>
</body>
</html>

3) Click F12 and inspect <details> and <summary> tags

Result: <details> and <summary> contains shadow roots. See attached picture

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list