[Webkit-unassigned] [Bug 152684] New: Table element "border" value of frame attribute expanded incorrectly (wrong DOM & rendering)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 01:56:56 PST 2016


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

            Bug ID: 152684
           Summary: Table element "border" value of frame attribute
                    expanded incorrectly (wrong DOM & rendering)
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Macintosh
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Tables
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nickshanks at nickshanks.com

The HTML code <table border> is shorthand for <table frame=border> ("border" is a unique NMTOKEN for the frame attribute, so is allowed to be specified with no attribute name) but the two produce a different DOM (they should be identical) and render differently from each other (a consequence of the DOM error).

The expansion of <table border> needs to change so that the DOM matches <table frame=border>. Optionally (and I would expect more compatible with the internet) the rendering of <table frame=border> should change to match what <table border> is currently doing, with <table frame=box> being solely responsible for the current rendering.

-- 
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/20160104/dd40f131/attachment.html>


More information about the webkit-unassigned mailing list