Skip to content
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

Add explicit mention of SPAs and dynamic changes of title to 2.4.2 understanding #2107

Merged
merged 6 commits into from
Jan 12, 2024
Merged
Changes from 3 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
7 changes: 7 additions & 0 deletions understanding/20/page-titled.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ <h2>Intent of Page Titled</h2>
it is not required to use the name of the document or web application; other things
may also describe the purpose or the topic of the page.
</p>

<p>In cases such as Single Page Applications (SPAs), where various distinct pages/views are
all nominally served from the same URI and the content of the page is changed dynamically,
the title of the page should also be changed dynamically to reflect the content/topic of
patrickhlauke marked this conversation as resolved.
Show resolved Hide resolved
patrickhlauke marked this conversation as resolved.
Show resolved Hide resolved
the current view.
</p>

<p>

Expand Down Expand Up @@ -110,6 +116,7 @@ <h2>Examples of Page Titled</h2>
Web page, e.g., "Bank XYZ, accounts for John Smith" "Bank XYZ, December 2005 statement
for Account 1234-5678".</dd>
</dl>


</section>

Expand Down