mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
feat(core): ✨ add an aria-labelledby attribute to #bodyContent
Related: T312818
This commit is contained in:
parent
4f74f0b4ad
commit
fdd5c0dd2a
|
@ -14,7 +14,7 @@
|
|||
<div id="siteNotice">{{{html-site-notice}}}</div>
|
||||
<main class="mw-body {{#toc-enabled}}citizen-toc-enabled{{/toc-enabled}}" id="content">
|
||||
{{>ContentHeader}}
|
||||
<div id="bodyContent" class="citizen-body">
|
||||
<div id="bodyContent" class="citizen-body" aria-labelledby="firstHeading">
|
||||
<div id="contentSub"{{{html-user-language-attributes}}}>{{{html-subtitle}}}</div>
|
||||
{{#html-undelete-link}}<div id="contentSub2">{{{html-undelete-link}}}</div>{{/html-undelete-link}}
|
||||
{{{html-user-message}}}
|
||||
|
|
Loading…
Reference in a new issue