Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created February 20, 2020 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/a2c926ee29ed72d5b7aceeea83dcc627 to your computer and use it in GitHub Desktop.
Save peterbe/a2c926ee29ed72d5b7aceeea83dcc627 to your computer and use it in GitHub Desktop.
content
├── LICENSE.md
├── data
│   └── specifications.yaml
├── en-US
│   ├── css
│   │   └── reference
│   │   └── properties
│   │   └── transform
│   │   ├── examples
│   │   │   └── simple-example.md
│   │   ├── transform.md
│   │   └── values
│   │   ├── none.md
│   │   └── transform-function.md
│   ├── html
│   │   ├── HTML.md
│   │   ├── contributors.md
│   │   ├── guides
│   │   │   ├── Applying_color
│   │   │   │   ├── Applying_color.md
│   │   │   │   └── examples
│   │   │   │   ├── picking-a-color.md
│   │   │   │   └── specifying-colors-in-stylesheets.md
│   │   │   ├── Block-level_elements
│   │   │   │   ├── Block-level_elements.md
│   │   │   │   └── examples
│   │   │   │   └── Block-level_example.md
│   │   │   ├── CORS_enabled_image
│   │   │   │   └── CORS_enabled_image.md
│   │   │   ├── DASH_Adaptive_Streaming_for_HTML_5_Video
│   │   │   │   └── DASH_Adaptive_Streaming_for_HTML_5_Video.md
│   │   │   ├── Date_and_time_formats
│   │   │   │   └── Date_and_time_formats.md
│   │   │   ├── Guides.yaml
│   │   │   ├── Inline_elements
│   │   │   │   ├── Inline_elements.md
│   │   │   │   └── examples
│   │   │   │   ├── Block-level.md
│   │   │   │   └── Inline.md
│   │   │   ├── Link_types
│   │   │   │   └── Link_types.md
│   │   │   ├── Microdata
│   │   │   │   ├── Microdata.md
│   │   │   │   └── examples
│   │   │   │   └── Microdata_example.md
│   │   │   ├── Preloading_content
│   │   │   │   └── Preloading_content.md
│   │   │   ├── Quirks_Mode_and_Standards_Mode
│   │   │   │   └── Quirks_Mode_and_Standards_Mode.md
│   │   │   └── microformats
│   │   │   └── microformats.md
│   │   └── reference
│   │   └── elements
│   │   ├── article
│   │   │   ├── article.md
│   │   │   ├── contributors.md
│   │   │   └── examples
│   │   │   └── simple-article-example.md
│   │   ├── body
│   │   │   ├── attributes
│   │   │   │   ├── onafterprint.md
│   │   │   │   ├── onbeforeprint.md
│   │   │   │   ├── onbeforeunload.md
│   │   │   │   ├── onblur.md
│   │   │   │   ├── onerror.md
│   │   │   │   ├── onfocus.md
│   │   │   │   ├── onhashchange.md
│   │   │   │   ├── onlanguagechange.md
│   │   │   │   ├── onload.md
│   │   │   │   ├── onmessage.md
│   │   │   │   ├── onoffline.md
│   │   │   │   ├── ononline.md
│   │   │   │   ├── onpopstate.md
│   │   │   │   ├── onredo.md
│   │   │   │   ├── onresize.md
│   │   │   │   ├── onstorage.md
│   │   │   │   ├── onundo.md
│   │   │   │   └── onunload.md
│   │   │   ├── body.md
│   │   │   ├── contributors.md
│   │   │   └── examples
│   │   │   └── simple-example.md
│   │   ├── button
│   │   │   └── button.md~
│   │   ├── contributors.md
│   │   ├── elements.md
│   │   ├── input
│   │   │   ├── attributes
│   │   │   │   ├── autofocus.md
│   │   │   │   ├── checked.md
│   │   │   │   ├── disabled.md
│   │   │   │   ├── form.md
│   │   │   │   ├── name.md
│   │   │   │   ├── readonly-checkbox.md
│   │   │   │   ├── readonly.md
│   │   │   │   ├── required.md
│   │   │   │   ├── type.md
│   │   │   │   ├── value-checkbox.md
│   │   │   │   └── value.md
│   │   │   ├── contributors.md
│   │   │   ├── examples
│   │   │   │   ├── Custom_error_messages.md
│   │   │   │   └── Styling_input_elements.md
│   │   │   └── input.md
│   │   ├── input-button
│   │   │   ├── contributors.md
│   │   │   ├── examples
│   │   │   │   ├── A_simple_button.md
│   │   │   │   ├── Adding_keyboard_shortcuts_to_buttons.md
│   │   │   │   ├── Disabling_a_button.md
│   │   │   │   └── Drawing_app.md
│   │   │   └── input-button.md
│   │   └── video
│   │   ├── attributes
│   │   │   ├── autoplay.md
│   │   │   ├── controls.md
│   │   │   ├── crossorigin.md
│   │   │   ├── height.md
│   │   │   ├── loop.md
│   │   │   ├── muted.md
│   │   │   ├── playsinline.md
│   │   │   ├── poster.md
│   │   │   ├── preload.md
│   │   │   ├── src.md
│   │   │   └── width.md
│   │   ├── contributors.md
│   │   ├── examples
│   │   │   ├── multiple-sources-example.md
│   │   │   └── simple-example.md
│   │   └── video.md
│   ├── javascript
│   │   └── reference
│   │   └── classes
│   │   └── bigint
│   │   ├── bigint
│   │   │   ├── BigInt.md
│   │   │   ├── contributors.md
│   │   │   └── examples
│   │   │   └── construct.md
│   │   ├── bigint.md
│   │   ├── contributors.md
│   │   ├── examples
│   │   │   └── calculating_primes.md
│   │   ├── instance_methods
│   │   │   ├── tolocalestring
│   │   │   │   ├── contributors.md
│   │   │   │   ├── examples
│   │   │   │   │   ├── using-locales.md
│   │   │   │   │   ├── using-options.md
│   │   │   │   │   └── using-tolocalestring.md
│   │   │   │   └── toLocaleString.md
│   │   │   ├── tostring
│   │   │   │   ├── contributors.md
│   │   │   │   ├── examples
│   │   │   │   │   ├── negative-zero-bigint.md
│   │   │   │   │   └── using-tostring.md
│   │   │   │   └── toString.md
│   │   │   └── valueof
│   │   │   ├── contributors.md
│   │   │   ├── examples
│   │   │   │   └── using-valueof.md
│   │   │   └── valueOf.md
│   │   └── static_methods
│   │   ├── asintn
│   │   │   ├── asIntN.md
│   │   │   ├── contributors.md
│   │   │   └── examples
│   │   │   └── 64-bit-ranges.md
│   │   └── asuintn
│   │   ├── asUintN.md
│   │   ├── contributors.md
│   │   └── examples
│   │   └── 64-bit-ranges.md
│   ├── learn
│   │   └── html
│   │   ├── Introduction_to_HTML
│   │   │   ├── Advanced_text_formatting
│   │   │   │   └── Advanced_text_formatting.md
│   │   │   ├── Creating_hyperlinks
│   │   │   │   └── Creating_hyperlinks.md
│   │   │   ├── Debugging_HTML
│   │   │   │   └── Debugging_HTML.md
│   │   │   ├── Document_and_website_structure
│   │   │   │   └── Document_and_website_structure.md
│   │   │   ├── Getting_started
│   │   │   │   └── Getting_started.md
│   │   │   ├── HTML_text_fundamentals
│   │   │   │   └── HTML_text_fundamentals.md
│   │   │   ├── Introduction_to_HTML.md
│   │   │   ├── Marking_up_a_letter
│   │   │   │   └── Marking_up_a_letter.md
│   │   │   ├── Structuring_a_page_of_content
│   │   │   │   └── Structuring_a_page_of_content.md
│   │   │   └── The_head_metadata_in_HTML
│   │   │   └── The_head_metadata_in_HTML.md
│   │   └── Introduction_to_HTML.yaml
│   └── related_content
│   ├── html.yaml
│   └── javascript.yaml
├── fr
│   └── html
│   ├── HTML.md
│   ├── contributors.md
│   ├── reference
│   │   └── elements
│   │   ├── abbr
│   │   │   ├── abbr.md
│   │   │   ├── contributors.md
│   │   │   └── examples
│   │   │   ├── baliser-une-abréviation.md
│   │   │   ├── définir-une-abréviation.md
│   │   │   ├── fournir-une-forme-étendue.md
│   │   │   └── mettre-en-forme-une-abréviation.md
│   │   ├── contributors.md
│   │   ├── elements.md
│   │   └── video
│   │   ├── attributes
│   │   │   ├── autoplay.md
│   │   │   ├── controls.md
│   │   │   ├── crossorigin.md
│   │   │   ├── height.md
│   │   │   ├── loop.md
│   │   │   ├── muted.md
│   │   │   ├── playsinline.md
│   │   │   ├── poster.md
│   │   │   ├── preload.md
│   │   │   ├── src.md
│   │   │   └── width.md
│   │   ├── contributors.md
│   │   ├── examples
│   │   │   ├── exemple-avec-plusieurs-sources.md
│   │   │   └── exemple-simple.md
│   │   ├── video.md
│   │   └── video.md~
│   └── related_content
│   └── html.yaml
└── html
└── reference
└── elements
├── audio
│   └── audio.md~
└── elements.md~
87 directories, 155 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment