-
Improvement
-
Resolution: Fixed
-
Trivial
-
3.1.0-dev
-
None
The "name" attribute is obsolete in anchor tags according to HTML5 validation. We can use the "id" tag instead, which still works in all browsers (even IE6) instead of the "name" attribute for linking to specific anchors in a page, such as with href="#some_id_target"