Skip to content

2.4.2 quick fix - cut and paste error #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guidelines/2.4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Each page must have a unique title that indicates its topic or purpose.

* The page title is not unique within the website/app;
* The page title does not indicate its topic or purpose;
* The title does not indicate the page is part of a service on Gov.UK;
* The page title isn't updated when the main content of the page changes
* This mistake is common in Single Page Apps

Expand Down Expand Up @@ -69,6 +68,7 @@ See the [W3C's detailed explanation of this guideline](https://www.w3.org/TR/UND
## Guidance for Web

* Each page has a unique and descriptive title, provided via the `<title>` element.
* The `<title>` element indicates that the page is part of a website;
* In single page applications, the title is updated every time a new view is loaded.

### Update the page title in Single Page Applications
Expand Down