Commit 57d7973c by Mark Sadecki

adds additional context for screen reader users and correct heading order to be more logical

parent 551c3822
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<section class="profile-sidebar"> <section class="profile-sidebar">
<header class="profile"> <header class="profile">
<h1 class="user-name">${ user.username }</h1> <h2 class="user-name"><span class="sr">${_("Username")}: </span>${ user.username }</h2>
</header> </header>
<section class="user-info"> <section class="user-info">
<ul> <ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment