tor-browser

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

WEB_FEATURES.yml (793B)


      1 features:
      2 - name: line-break
      3  files:
      4  - line-break-*
      5 - name: text-spacing-trim
      6  files:
      7  - text-spacing-trim-*
      8 - name: text-wrap-pretty
      9  files:
     10  - text-wrap-pretty.html
     11 - name: text-wrap-style
     12  files:
     13  - text-wrap-style-*
     14 - name: white-space-collapse
     15  files:
     16  - white-space-collapse-*
     17 - name: text-wrap
     18  files:
     19  # No wildcard here to avoid capturing text-wrap-mode-*.
     20  - text-wrap-computed.html
     21  - text-wrap-invalid.html
     22  - text-wrap-valid.html
     23 - name: text-wrap-mode
     24  files:
     25  - text-wrap-mode-*
     26 - name: word-spacing
     27  files:
     28  - word-spacing-*
     29 - name: tab-size
     30  files:
     31  - tab-size-*
     32 - name: text-align
     33  files:
     34  - "text-align-all-*"
     35  - text-align-computed.html
     36  - text-align-invalid.html
     37  - text-align-valid.html
     38 - name: text-align-last
     39  files:
     40  - "text-align-last-*"