[Webkit-unassigned] [Bug 147084] New: outerHTML closes video/track element, unlike video/source element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 18 23:00:18 PDT 2015


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

            Bug ID: 147084
           Summary: outerHTML closes video/track element, unlike
                    video/source element
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Macintosh
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: oliver at langan.net

Getting the outerHTML property of a track element returns a close tag:
  jQuery("<track>").get(0).outerHTML; // "<track></track>" in WebKit, "<track>" in Firefox

This is not the same as for the source element, which returns no closing tag:
  jQuery("<video><source><track></video>").get(0).outerHTML // "<video><source><track></track></video>" in WebKit

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150719/d74255c8/attachment.html>


More information about the webkit-unassigned mailing list