Searched refs:HTML5 (Results 1 – 25 of 40) sorted by relevance
12
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
D | PH5P.php | 26 $parser = new HTML5($new_html); 70 class HTML5 class 1745 $token['type'] === HTML5::COMMENT || 1746 $token['type'] === HTML5::STARTTAG || 1747 $token['type'] === HTML5::ENDTAG || 1748 $token['type'] === HTML5::EOF || 1749 ($token['type'] === HTML5::CHARACTR && isset($token['data']) && 1792 if ($token['type'] === HTML5::DOCTYPE) { 1796 } elseif ($token['type'] === HTML5::COMMENT) { 1805 } elseif ($token['type'] === HTML5::CHARACTR && [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | Attr.ID.HTML5.txt | 1 Attr.ID.HTML5 6 In HTML5, restrictions on the format of the id attribute have been significantly 8 is at least one character. In lieu of a general HTML5 compatibility flag,
|
D | Core.LegacyEntityDecoder.txt | 24 cases, to more closely match HTML5 parsing behavior:
|
/plugin/jplayer/vendor/happyworm/jplayer/ |
D | README.md | 1 # [jPlayer](http://jplayer.org/) : HTML5 Audio & Video for [jQuery](http://jquery.com/) 12 * support more devices using **HTML5**. 17 * HTML5: **mp3, m4a (AAC), m4v (H.264),** ogv*, oga*, wav*, webm* 20 _(*) Optional counterpart formats to increase HTML5 cross-browser support._
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/ |
D | README.md | 17 Here is a simple example that converts AsciiDoc to HTML5: 30 2. Convert AsciiDoc content to HTML5 using Asciidoctor.js 31 3. Print the HTML5 output to the console
|
/plugin/asciidocjs/node_modules/asciidoctor/ |
D | README.md | 16 Here is a simple example that converts AsciiDoc to HTML5: 31 2. Convert AsciiDoc content to HTML5 using Asciidoctor.js 32 3. Print the HTML5 output to the console
|
/plugin/htvid/ |
D | plugin.info.txt | 6 desc Embeds video using HTML5 syntax with flash fallback
|
D | README | 3 Embeds video using HTML5 syntax with a flash fallback
|
/plugin/datatables/assets/ |
D | source.txt | 9 * HTML5 export 2.4.1
|
/plugin/asciidocjs/node_modules/pug-attrs/ |
D | README.md | 25 - `terse`: whether or not to use HTML5-style terse boolean attributes
|
/plugin/sketchcanvas/ |
D | README.md | 2 A simple HTML5 figure editor and viewer
|
/plugin/highlightjs/highlight/ |
D | readme.rus.txt | 438 Можно использовать рекомендованные в HTML5 названия классов:
|
D | readme.eng.txt | 430 You can use class names recommended in HTML5: "language-html",
|
/plugin/pagequery/ |
D | style.css | 50 /* HTML5 Columns version */
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
D | schema.ser | 1 …HTML5";N;s:16:"Attr.IDBlacklist";a:0:{}s:22:"Attr.IDBlacklistRegexp";N;s:13:"Attr.IDPrefix";s:0:""…
|
/plugin/jplayer/ |
D | composer.lock | 58 "HTML5",
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
D | CHANGELOG.md | 617 - $this->allowedCSStags - added HTML5 tags + textcircle AND 618 - $this->outerblocktags - added HTML5 tags 628 HTML5 tags supported 632 - `<meter>` and `<progress>` support attributes as for HTML5
|
/plugin/odt/ |
D | ChangeLog.txt | 140 * Valid Button for HTML5
|
/plugin/impressjs/tpl/dokuwiki/ |
D | impress.css | 52 /* HTML5 display-role reset for older browsers */ 202 These 'slide' step styles were heavily inspired by HTML5 Slides:
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
D | JplayerMp3.as | 115 …rogress event, because that event gave data at about 200Hz. The 10Hz timer is closer to HTML5 norm.
|
/plugin/mdpage/vendor/cebe/markdown/ |
D | README.md | 115 - `$parser->html5 = true` to enable HTML5 output instead of HTML4. 390 * @var boolean whether to format markup according to HTML5 spec.
|
/plugin/pgn4web/pgn4web/ |
D | README.txt | 50 - integrates with HTML5 video 169 The pgn4web scripts and pages are optimized for the HTML5 doctype declaration:
|
/plugin/fckg/ |
D | Changes | 108 Created an IE CSS hack for geshi snippets in IE8+ and HTML5
|
/plugin/edittable/lib/ |
D | handsontable.less | 174 /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
|
/plugin/ckgdoku/ckeditor/ |
D | CHANGES.md | 119 * [#12077](https://dev.ckeditor.com/ticket/12077): Added support for the HTML5 `download` attribute… 319 * [#13516](http://dev.ckeditor.com/ticket/13516): Fixed: CKEditor removes empty HTML5 anchors witho… 506 * [#11583](http://dev.ckeditor.com/ticket/11583): Added support for the HTML5 `required` attribute … 524 * [#13101](http://dev.ckeditor.com/ticket/13101): [IE8] Fixed: Colons are prepended to HTML5 elemen… 695 …/ticket/8117) and [#9186](http://dev.ckeditor.com/ticket/9186): Fixed: In HTML5 `<meta>` tags shou… 1191 …: Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5.
|
12