Closed
Bug 266120
Opened 20 years ago
Closed 20 years ago
Miss font size
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: degregorio.soft, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10 If there a space betwen number and "px" the size not work [ "50 px" dont work but "50px" work perfectly] try this : <span style="font-size:50 px">IS NORMALE NOT BIG ! DONT WORK</span> Reproducible: Always Steps to Reproduce: <span style="font-size:50 px">IS NORMALE NOT BIG ! DONT WORK</span> Actual Results: no change size Expected Results: the size must change
Comment 1•20 years ago
|
||
> If there a space betwen number and "px" the size not work
indeed. a space is not allowed there.Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•