diff options
Diffstat (limited to 'vendor/mikespub/php-epub-meta/src/Tools/htmlBlockLevelElements.php')
-rw-r--r-- | vendor/mikespub/php-epub-meta/src/Tools/htmlBlockLevelElements.php | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/vendor/mikespub/php-epub-meta/src/Tools/htmlBlockLevelElements.php b/vendor/mikespub/php-epub-meta/src/Tools/htmlBlockLevelElements.php deleted file mode 100644 index 6e96a6b0f..000000000 --- a/vendor/mikespub/php-epub-meta/src/Tools/htmlBlockLevelElements.php +++ /dev/null @@ -1,42 +0,0 @@ -<?php -/** - * List of HTML block level elements. - * Source: https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements - */ -return [ - 'address', - 'article', - 'aside', - 'audio', - 'video', - 'blockquote', - 'canvas', - 'dd', - 'div', - 'dl', - 'fieldset', - 'figcaption', - 'figure', - 'footer', - 'form', - 'h1', - 'h2', - 'h3', - 'h4', - 'h5', - 'h6', - 'header', - 'hgroup', - 'hr', - 'li', - 'noscript', - 'ol', - 'output', - 'p', - 'pre', - 'section', - 'table', - 'tfoot', - 'ul', - 'video', -]; |