Skip to content

h1 should instead be in the app content, ideally displayed visually #35138

@JuliaKirschenheuter

Description

@JuliaKirschenheuter

<h1> should be never in <span>.

In this issue <h1> should be moved to a content. Could i left <h1>- text in <span>and move actual <h1> behind the image?

image

<header id="header">
<div class="header-left">
<span id="nextcloud">
<div class="logo logo-icon svg"></div>
<h1 class="header-appname">
<?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
<?php p($template->getHeaderTitle()); ?>
<?php } else { ?>
<?php p($theme->getName()); ?>
<?php } ?>
</h1>

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions