Ticket #95 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

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

select_color.html (29.3 kB) - added by riftdesign 8 years ago.
updated /popups/select_color.html

Change History

Changed 8 years ago by riftdesign

updated /popups/select_color.html

Changed 8 years ago by riftdesign

I attached the popups/select_color.html to solve the 2 issues mentioned.

Changed 8 years ago by riftdesign

go to http://xinha.gogo.co.nz/punbb/viewtopic.php?id=98 for discussion on this issue

Changed 8 years ago by gogo

  • priority changed from normal to low
  • version set to trunk
  • milestone set to Version 1.0

1 & 2 are mostly out of our control (browser features), 3 we can do though.

Changed 8 years ago by mokhet

3 has been fixed in changeset [214] when ticket #313 has been closed

can we close this bug since gogo said 1 & 2 are out of control and 3 is fixed ?

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

Yes. Closing.

Note: See TracTickets for help on using tickets.