Download & Extend

Valid XHTML output of irc chat iframe

Project:Mibbit IRC
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I seems the output of this module for the iframe generated is not valid XHTML since all attributes are not properly quoted.

Example: 'width=500 height=280', should be 'width="500" height="280"'.

Patch attached adding:

  • Valid XHTML output of IRC window.
  • Fall through text for no-frames and no-script (Javascript being disabled) support.
  • DIV added around chat window instead of a Paragraph tag
  • ID and Class attributes added to module output for easier styling and interaction with Javascript.
AttachmentSize
mibbit_irc.module.valid_xhtml_output.patch1.18 KB

Comments

#1

Thanks for the patch Chris!

Committed to v6 Dev.

#2

Status:needs review» fixed

Changing to 'fixed'.

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

nobody click here