This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from LuccaSA/rc
[Upd] Mise en ligne doc à jour et LF à jour de Prisme
- Loading branch information
Showing
24 changed files
with
1,031 additions
and
2,356 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 1 addition & 1 deletion
2
applications/prisme/src/app/components/feedback/boxes/killable/killable.example.html
This file contains 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
18 changes: 13 additions & 5 deletions
18
applications/prisme/src/app/components/feedback/callouts/icons/icons.example.html
This file contains 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 |
---|---|---|
@@ -1,16 +1,24 @@ | ||
<div class="callout mod-icon"> | ||
<div class="callout-icon"><span aria-hidden="true" class="lucca-icon">help</span></div> | ||
<div class="callout-icon"> | ||
<span aria-hidden="true" class="lucca-icon icon-help"></span> | ||
</div> | ||
<strong class="callout-title">Besoin d'aide ? </strong> Je suis un callout standard | ||
</div> | ||
<div class="callout mod-icon palette-success"> | ||
<div class="callout-icon"><span aria-hidden="true" class="lucca-icon">tick_bold</span></div> | ||
<div class="callout-icon"> | ||
<span aria-hidden="true" class="lucca-icon icon-tick"></span> | ||
</div> | ||
<strong class="callout-title">Cool!</strong> Je suis un callout de succès :) | ||
</div> | ||
<div class="callout mod-icon palette-warning"> | ||
<div class="callout-icon"><span aria-hidden="true" class="lucca-icon">warning</span></div> | ||
<div class="callout-icon"> | ||
<span aria-hidden="true" class="lucca-icon icon-warning"></span> | ||
</div> | ||
<strong class="callout-title">Hmmm...</strong> Je suis un callout d'alarme :| | ||
</div> | ||
<div class="callout mod-icon palette-error"> | ||
<div class="callout-icon"><span aria-hidden="true" class="lucca-icon">error</span></div> | ||
<div class="callout-icon"> | ||
<span aria-hidden="true" class="lucca-icon icon-error"></span> | ||
</div> | ||
<strong class="callout-title">Oops!</strong> Je suis un callout d'erreur :( | ||
</div> | ||
</div> |
This file contains 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 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 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 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 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 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 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 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 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 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 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 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
70 changes: 70 additions & 0 deletions
70
applications/prisme/src/guidelines/components/listings/tables/tables.guidelines.md
This file contains 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
11 changes: 11 additions & 0 deletions
11
applications/prisme/src/guidelines/components/misc/number/number.guidelines.md
This file contains 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,11 @@ | ||
# Accessibilité | ||
|
||
- Pour que les lecteurs d'écran lisent correctement les opérateurs mathématiques, il faut commencer par utiliser les bons signes typographiques, que vous pouvez retrouver ici : | ||
<br> | ||
<a href="https://unicode-table.com/fr/blocks/mathematical-operators/" target="_blank">Unicode table</a> | ||
|
||
```mod-code | ||
Signe négatif : − (<code>&#8722;</code>) | ||
Signe positif : + (<code>&#43;</code>) | ||
Signe égal : = (<code>&#61;</code>) | ||
``` |
22 changes: 22 additions & 0 deletions
22
applications/prisme/src/guidelines/components/navigation/menu/menu.guidelines.md
This file contains 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,22 @@ | ||
# Accessibilité | ||
|
||
- Si vous devez ajouter un titre sémantique HTML à votre menu d'onglets, préférez d'ajouter ce titre directement dans la section de chaque panneau en utilisant la class 'u-mask'. | ||
<br/>Ne mélangez pas la navigation et la sémantique de titres | ||
|
||
Ma navigation : | ||
|
||
```mod-code | ||
<nav class="page-nav menu"> | ||
<a class="menu-link"> | ||
My link | ||
</a> | ||
</nav> | ||
``` | ||
|
||
Dans le composant : | ||
|
||
```mod-code | ||
<h2 class="u-mask"> | ||
The title of my link 1 section | ||
</h2> | ||
``` |
4 changes: 4 additions & 0 deletions
4
applications/prisme/src/guidelines/components/texte/titres/titres.guidelines.md
This file contains 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,4 @@ | ||
# Accessibilité | ||
|
||
- Si on souhaite faciliter le travail de construction de plans de documents pour nos pages, il faut proposer une mécanique qui permette d’utiliser n’importe quel niveau de titre en lui appliquant facilement n'importe quel style graphique. <br/> | ||
Prisme dispose de classes utilitaires `.u-hx` qui peuvent être appliquées soit sur des paragraphes, soit sur des balises `<hx>` |
Oops, something went wrong.