[Webkit-unassigned] [Bug 33177] [Qt] View content in iframe - shows borders when it shouldn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 09:56:57 PST 2010


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


mario borges <mario.g.borges at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario.g.borges at nokia.com




--- Comment #5 from mario borges <mario.g.borges at nokia.com>  2010-01-20 09:56:57 PST ---
>From the HTML spec:  
----------------------------
The frameborder attribute specifies whether or not to display a border around
an iframe.

Value      Description
1     Border on (this is default)
0     Border off
----------------------------

In this test case, the frameborder value for the 2nd and 3rd iframes are set to
"20" and "-1". 

Internet Explorer interprets those values and a non-1 value so it turns the
borders off.

The other browsers (wekbit, safari, firefox) interprets those values and as a
non-0 value so it defaults to borders on.

Since the spec states that the Border on value is the default value then it
would make sense to assume that ANY value other than zero should be interpreted
as the default value of border on.

Therefore, I propose to dismiss this bug and no further action taken for it.

-- 
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