Skip to content

Conversation

@HaoK
Copy link
Member

@HaoK HaoK commented Jan 28, 2021

Fixes #25674

Basic summary is that we should use h1-h6 in sequential order, note for the manage pages, the layout uses h1-h2, so those pages start at h3.

Will need to port these changes to scaffolding as well

@ghost ghost added the area-identity Includes: Identity and providers label Jan 28, 2021
@HaoK HaoK requested a review from a team January 28, 2021 18:53
@HaoK HaoK marked this pull request as ready for review January 28, 2021 18:53
}

<h2>@ViewData["Title"]</h2>
<h1>@ViewData["Title"]</h1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HaoK this likely changes the visuals, are PMs ok with the new visual aspect?

We can use the h2 and so on Bootstrap classes to keep the visual aspect the same while being correct about the markup.

Copy link
Member

@javiercn javiercn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if we are ok with the visual change on the page.

@HaoK HaoK requested a review from blowdart January 28, 2021 19:11
@HaoK
Copy link
Member Author

HaoK commented Jan 28, 2021

@blowdart can you review as well since there might be some visual diffs

@blowdart
Copy link
Contributor

Can someone put together screen shots? I don't have anything set up to build new builds right now.

@HaoK
Copy link
Member Author

HaoK commented Jan 28, 2021

before

After

after

@HaoK
Copy link
Member Author

HaoK commented Jan 28, 2021

Pretty hard to notice if you ask me :) I can't even really tell with the tabs side by side, but the text is bigger

@HaoK
Copy link
Member Author

HaoK commented Jan 28, 2021

So the net result is we bumped up the size of the text basically across the board with these changes

@blowdart
Copy link
Contributor

Manage your account grows etc. This is fine by mine to be honest. Go for it.

@HaoK HaoK merged commit 712ca4c into main Jan 29, 2021
@HaoK HaoK deleted the haok/h1 branch January 29, 2021 19:56
@HaoK HaoK added this to the 6.0-preview2 milestone Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-identity Includes: Identity and providers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Identity UI uses heading elements inconsistently

4 participants