Closed
Bug 299254
Opened 20 years ago
Closed 19 years ago
getting "Error in parsing value for property 'width'" in embed tag
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla, Unassigned)
References
()
Details
I have a really weird problem with my nightly build of Mozilla Firefox if you go to: http://gemal.dk/test/flash.html you getting the following error in the JavaScript warnings --------- Error: Error in parsing value for property 'width'. Declaration dropped. Source File: http://gemal.dk/test/flash.html --------- so it's complaing about the width property BUT WHY? if I remove the width property like in: http://gemal.dk/test/flash2.html I dont get a error???? help! I think it has to do with the doctype but how can removing the width property make it valid? Using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050629 Firefox/1.0+
Comment 1•19 years ago
|
||
That's a CSS parsing error. And I don't get it in a current trunk build. But in any case, I suspect the issue is that a number is not a valid value of the "width" CSS property in standards mode.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•