1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #496 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

W3C validation: Tag cloud block DIV and SRC attribute

Reported by: serged7 Owned by: tnalmdal
Priority: minor Milestone: 3.0 Beta 3
Version: GIT HEAD Keywords:
Cc:

Description

In tag_block.html.php

<div id="gTagCloud" src="<?= url::site("tags") ?>">

src is not considered valid attribute for DIV for specified document type

Should <object> be considered instead?

Change History

Changed 4 years ago by tnalmdal

  • priority changed from major to minor
  • milestone set to 3.0 Beta 3

Changed 4 years ago by tnalmdal

  • owner set to tnalmdal
  • status changed from new to assigned

Changed 4 years ago by tnalmdal

I'll take a look at it, but may not fix it as the non-standard src attribute is used to pass the url of the controller that will return the tag cloud.

Changed 4 years ago by tnalmdal

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

Replace the src attribute (non standard) with the title attribute to contain the url of the tag cloud controller. - http://bit.ly/3bBmCh

Note: See TracTickets for help on using tickets.