-
Notifications
You must be signed in to change notification settings - Fork 140
WCAG upgrade: Create working example for: Scaffolding - Typography #2236
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
BrahimMahadi
wants to merge
5
commits into
wet-boew:master
Choose a base branch
from
BrahimMahadi:Typography
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5914bfc
WCAG upgrade: Create working example for: Scaffolding - Typography
BrahimMahadi 5739d97
Updated headings and added paragraph
BrahimMahadi 1f6b8df
Merge branch 'master' into Typography
BrahimMahadi 316cc72
Fixed links and removed breadcrumbs
BrahimMahadi 4de6ab7
Merge branch 'master' into Typography
BrahimMahadi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| { | ||
| "title": "Typographie", | ||
| "language": "fr", | ||
| "altLangPage": "typography.html", | ||
| "breadcrumbs": [ | ||
| { "title": "GCWeb home", "link": "https://wet-boew.github.io/GCWeb/index-en.html" } | ||
| ], | ||
| "dateModified": "2023-08-24" | ||
| } | ||
| --- | ||
|
|
||
| <h1>Titres</h1> | ||
| <h1>Il s'agit d'un élément de titre h1</h1> | ||
| <h2>Il s'agit d'un élément de titre h2</h2> | ||
| <h3>Il s'agit d'un élément de titre h3</h3> | ||
| <h4>Il s'agit d'un élément de titre h4</h4> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <h5>Il s'agit d'un élément de titre h5</h5> | ||
| <h6>Il s'agit d'un élément de titre h6</h6> | ||
| <pre><code> | ||
| <h1>Il s'agit d'un élément de titre h1</h1> | ||
| <h2>Il s'agit d'un élément de titre h2</h2> | ||
| <h3>Il s'agit d'un élément de titre h3</h3> | ||
| <h4>Il s'agit d'un élément de titre h4</h4> | ||
| <h5>Il s'agit d'un élément de titre h5</h5> | ||
| <h6>Il s'agit d'un élément de titre h6</h6> | ||
| </code></pre> | ||
|
|
||
| <h1>Paragraphe</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
| <pre><code> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
| </code></pre> | ||
|
|
||
| <h1>Largeur de contenu limitée</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <p>Pour un exemple de contenu de largeur limitée, visitez le lien suivant: <a href="https://wet-boew.github.io/GCWeb/templates/content-limit-en.html">Page de contenu - Largeur de contenu limitée</a></p> | ||
|
|
||
| <h1>Sémantique au niveau du texte</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <p>Pour un exemple de sémantique au niveau du texte qui présente les liens et regroupe les éléments associés, visitez le lien suivant: <a href="https://wet-boew.github.io/GCWeb/common/text-level-semantics/text-level-semantics.html">Sémantique au niveau du texte</a></p> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| { | ||
| "title": "Typography", | ||
| "language": "en", | ||
| "altLangPage": "typographie.html", | ||
| "breadcrumbs": [ | ||
| { "title": "GCWeb home", "link": "https://wet-boew.github.io/GCWeb/index-en.html" } | ||
| ], | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "dateModified": "2023-08-24" | ||
| } | ||
| --- | ||
|
|
||
| <h1>Headings</h1> | ||
| <h1>This is an h1 heading element</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <h2>This is an h2 heading element</h2> | ||
| <h3>This is an h3 heading element</h3> | ||
| <h4>This is an h4 heading element</h4> | ||
| <h5>This is an h5 heading element</h5> | ||
| <h6>This is an h6 heading element</h6> | ||
| <pre><code> | ||
| <h1>This is an h1 heading element </h1> | ||
| <h2>This is an h2 heading element </h2> | ||
| <h3>This is an h3 heading element </h3> | ||
| <h4>This is an h4 heading element </h4> | ||
| <h5>This is an h5 heading element </h5> | ||
| <h6>This is an h6 heading element </h6> | ||
| </code></pre> | ||
|
|
||
| <h1>Paragraph</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
| <pre><code> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
| </code></pre> | ||
|
|
||
| <h1>Limited width content</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <p>For an example of content with limited width, visit the following link: <a href="https://wet-boew.github.io/GCWeb/templates/content-limit-en.html">Content page - Limited width content</a></p> | ||
|
|
||
| <h1>Text level semantics</h1> | ||
BrahimMahadi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <p>For an example of text-level semantics which showcases links and grouping related elements, visit the following link: <a href="https://wet-boew.github.io/GCWeb/common/text-level-semantics/text-level-semantics.html">Text level semantics</a></p> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.