Modify

Opened 17 years ago

Closed 11 years ago

#1359 closed defect (fixed)

Patch: Illegal / Invalid CSS.

Reported by: Prasand J. Owned by: Noah Kantrowitz
Priority: normal Component: PyDotOrgTheme
Severity: trivial Keywords:
Cc: Trac Release: 0.10

Description

Invalidates XHTML because 'font-size:normal' while supported by IE and Firefox, is not a legal relative-size keyword. Created / added a patch to switch from 'normal' to 'medium'.

Attachments (1)

illegal_css.diff (350 bytes) - added by Prasand J. 17 years ago.
Compared it to the Python.org site, 'font-size:medium' was too large. Switched the patch to 'font-size:x-small', and verified in Firefox and Opera.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 17 years ago by Prasand J.

oops, I meant "Invalidates CSS" not XHTML.

Changed 17 years ago by Prasand J.

Attachment: illegal_css.diff added

Compared it to the Python.org site, 'font-size:medium' was too large. Switched the patch to 'font-size:x-small', and verified in Firefox and Opera.

comment:2 Changed 11 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [12777]) Fixes #1359: Removed invalid CSS.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.