1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/10362] HTML5 Fix - Replace name attribute with id in anchors

When validating for HTML5, the name attribute is obsolete/deprecated
when used in anchor tags. The ID tag should be used here instead.

PHPBB3-10362
This commit is contained in:
Matt Friedman
2011-09-11 12:10:46 -07:00
parent 5797de767e
commit 3f61075a15
48 changed files with 55 additions and 55 deletions

View File

@@ -29,7 +29,7 @@
</div>
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<a id="bottom" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

View File

@@ -88,7 +88,7 @@
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<a id="top" accesskey="t"></a>
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
@@ -156,7 +156,7 @@
</div>
<a name="start_here"></a>
<a id="start_here"></a>
<div id="page-body">
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">

View File

@@ -56,5 +56,5 @@
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
<div id="simple-wrap">
<a id="top" name="top" accesskey="t"></a>
<a id="top" accesskey="t"></a>
<div id="page-body">

View File

@@ -13,7 +13,7 @@
<body id="phpbb">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<a id="top" accesskey="t"></a>
<div id="page-header">
<h1>{SITENAME}</h1>