diff --git a/standards/general.md b/standards/general.md index 32f0520..c82943c 100644 --- a/standards/general.md +++ b/standards/general.md @@ -12,37 +12,6 @@ The term "class" refers to all classes, interfaces, and traits. The default indention MUST be 4 spaces. -## Html - -### Omitted closing tags - -The following closing tags SHOULD be omitted: - -* `` -* `` -* `` -* `` -* `` -* `` -* `` -* `` -* `` -* `` -* `` - -The following tags MUST not specify a end tag (\\): - -* `
` -* `` -* `` -* `
` -* `` -* `` -* `` -* `` - -# - ## JavaScript ## Scss \ No newline at end of file diff --git a/standards/html.md b/standards/html.md new file mode 100644 index 0000000..c25fec5 --- /dev/null +++ b/standards/html.md @@ -0,0 +1,38 @@ +# Html + +All html has to be html 5 compliant. + +## Omitted closing tags + +The following closing tags SHOULD be omitted: + +* `` +* `` +* `` +* `` +* `` +* `` +* `` +* `` +* `` +* `` +* `` + +The following tags MUST not specify a end tag (\\): + +* `
` +* `` +* `` +* `
` +* `` +* `` +* `` +* `` + +## Accessible Rich Internet Applications + +All modules and themes SHOULD be WAI-ARIA 2.0 compliant. For further reading please refere to https://www.w3.org/TR/WCAG20-TECHS/aria. + +## Structured Data (Microdata) + +For structured data https://schema.org/ SHOULD be used. \ No newline at end of file