Skip to content

Commit 58ce27e

Browse files
committed
Refactor prose
1 parent dd264cc commit 58ce27e

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

readme.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Includes attributes from HTML 4 and HTML (the WHATWG living standard).
1313
> **Note**: Attributes which were not global in HTML 4 but are in HTML, are only
1414
> included in the list of global attributes.
1515
16-
## Installation
16+
## Install
1717

1818
[npm][]:
1919

20-
```bash
20+
```sh
2121
npm install html-element-attributes
2222
```
2323

24-
## Usage
24+
## Use
2525

26-
```javascript
26+
```js
2727
var htmlElementAttributes = require('html-element-attributes')
2828

2929
console.log(htmlElementAttributes['*'])
@@ -55,6 +55,23 @@ lower-case attribute names.
5555
The object contains one special key: `'*'`, which contains global
5656
attributes which apply to all HTML elements.
5757

58+
## Related
59+
60+
* [`web-namespaces`](https://github.com/wooorm/web-namespaces)
61+
— List of web namespaces
62+
* [`html-tag-names`](https://github.com/wooorm/html-tag-names)
63+
— List of HTML tags
64+
* [`mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
65+
— List of MathML tags
66+
* [`svg-tag-names`](https://github.com/wooorm/svg-tag-names)
67+
— List of SVG tags
68+
* [`html-void-elements`](https://github.com/wooorm/html-void-elements)
69+
— List of void HTML tag-names
70+
* [`svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)
71+
— Map of SVG elements to allowed attributes
72+
* [`aria-attributes`](https://github.com/wooorm/aria-attributes)
73+
— List of ARIA attributes
74+
5875
## License
5976

6077
[MIT][license] © [Titus Wormer][author]

0 commit comments

Comments
 (0)