Ticket #95 (closed defect: fixed)
XHTML compliancy and depreciated HTML
| Reported by: | riftdesign | Owned by: | gogo |
|---|---|---|---|
| Priority: | low | Milestone: | Version 1.0 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There are a few things that I would like to suggest for XHTML and HTML compliancy and removal of depreciated tags.
1. /htmlarea.js create var isXHTML (boolean variable) for setting XHTML compliancy and latest HTML specs
- isXHTML = true;
2. /htmlarea.js commands for using span tags with styles
- font (style="font-family: arial,helvetica,sans-serif;")
- forecolor (style="color: #ccc;")
- hilitecolor (style="background-color: #ccc;")
- strike and underline could remain as is, although style="text-decoration: underline;" and style="text-decoration: line-through;" work great too
3. /popups/select_color.html HTML is pretty poor
- attributes not quoted
- style for curser doesn't work for Firefox
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
