Skip to content

Commit

Permalink
Remove unused guidance
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde de Vries <[email protected]>
  • Loading branch information
hidde committed Jul 7, 2021
1 parent b796228 commit b0845e6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ See `.prettierrc.js` for prettier configuration for Svelte (3).
> Component context should decide spacing between children


### HTML

- Attribute priority: role, for, id, element specific attributes, global attributes, class, data-attributes, aria-attributes.

This way we can write consistent elements and know what to expect where.

- html id naming:

- `Component`
- `Component__property`
- `Component--SubComponent`
- `hash` or `a-very-long-hash` intended for document section identification / url hashes.

### JavaScript

- Variable naming:
Expand Down

0 comments on commit b0845e6

Please sign in to comment.