Skip to content

Commit 2581cb9

Browse files
committed
Add to Readme list of supported elements
1 parent bea71e1 commit 2581cb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ $config->set('HTML.SafeIframe', true);
4343
$config->set('URI.SafeIframeRegexp', '#^//www\.youtube\.com/embed/#');
4444
```
4545

46+
## Supported HTML5 elements
47+
48+
Aside from HTML elements supported originally by HTML Purifier, this library
49+
adds support for the following HTML5 elements:
50+
51+
article, aside, audio, details, figcaption, figure, footer, header, hgroup, main, nav, picture, section, source, summary, time, track, video
52+
53+
### Elements not (yet) supported
54+
55+
dialog, menu, menuitem, progress
56+
4657
## License
4758

4859
The MIT License (MIT). See the LICENSE file.

0 commit comments

Comments
 (0)