[Bug 10429] Is it still correct to have a 2px inset border on an seamless iframe?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10429


Niels Leenheer <niels.leenheer@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |niels.leenheer@gmail.com




--- Comment #1 from Niels Leenheer <niels.leenheer@gmail.com>  2010-08-25 14:25:55 ---
If the inset border is not needed for seamless iframes, perhaps an additional
CSS rule should be added:

iframe { border: 2px inset; }
iframe[seamless] { border: none; }

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 August 2010 14:25:57 UTC