tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

WEB_FEATURES.yml (1399B)


      1 features:
      2 - name: img
      3  files:
      4  - "*"
      5  # Exclude `loading-lazy`. Keep in sync with `loading-lazy` mappings below.
      6  - "!*loading-lazy*"
      7  - "!image-loading-subpixel-clip.html"
      8  - "!move-element-and-scroll.html"
      9  - "!relevant-mutations-lazy.html"
     10  - "!remove-element-and-scroll.html"
     11  - "!scrolling-below-viewport-image-lazy-loading-in-iframe.html"
     12  # Exclude `base`. Keep in sync with `base` mappings below.
     13  - "!document-adopt-base-url.html"
     14  - "!document-base-url.html"
     15  - "!image-base-url.html"
     16  - "!image-loading-lazy-base-url.html"
     17  # Exclude `srcset`. Keep in sync with `srcset mappings below.
     18  - "!responsive-image-select-print.html"
     19  - "!update-the-source-set.html"
     20  - "!null-image-source.html"
     21 - name: loading-lazy
     22  files:
     23  # Keep in sync with `img` mappings.
     24  - "*loading-lazy*"
     25  - image-loading-subpixel-clip.html
     26  - move-element-and-scroll.html
     27  - relevant-mutations-lazy.html
     28  - remove-element-and-scroll.html
     29  - scrolling-below-viewport-image-lazy-loading-in-iframe.html
     30 - name: base
     31  files:
     32  # Keep in sync with `img` mappings.
     33  - document-adopt-base-url.html
     34  - document-base-url.html
     35  - image-base-url.html
     36  - image-loading-lazy-base-url.html
     37 - name: srcset
     38  files:
     39  # Keep in sync with `img` mappings.
     40  - responsive-image-select-print.html
     41  - update-the-source-set.html
     42  - null-image-source.html
     43 - name: image-maps
     44  files:
     45  - usemap-casing.html