Loading...
 
Skip to main content

Deprecated (in HTML5) anchor name attribute is being used in blogs

Status
Closed
Subject
Deprecated (in HTML5) anchor name attribute is being used in blogs
Version
14.x Regression
Category
  • Usability
Feature
Blog
Resolution status
New
Submitted by
Gary Cunningham-Lee
Lastmod by
Gary Cunningham-Lee
Rating
(0)
Description
Blog entries on tiki-view_blog have syntax like
Copy to clipboard
<a name="postId557"></a>
which should be
Copy to clipboard
<a id="postId557"></a>
to be valid in HTML5. (This may be used in other features not checked yet.)


Reference: https://developer.mozilla.org/en/docs/Web/HTML/Element/a

Solution
Changed in templates/blog_wrapper.tpl (commit r56170).
Importance
6
Easy to solve?
8
Priority
48
Demonstrate Bug on Tiki 19+
Please demonstrate your bug on show2.tiki.org
Demonstrate Bug (older Tiki versions)
Ticket ID
5704
Created
Sunday 13 September, 2015 09:59:55 UTC
by Gary Cunningham-Lee
LastModif
Sunday 13 September, 2015 10:18:14 UTC


Show PHP error messages