tor-browser

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

element-replacement-image-alt.html (479B)


      1 <!DOCTYPE html>
      2 <title>Content CSS property on img with alt and no src is honored</title>
      3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      4 <link rel="match" href="element-replacement-ref.html" />
      5 <link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property">
      6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1625805">
      7 <style>
      8  img {
      9    content: url('resources/rect.svg');
     10  }
     11 </style>
     12 <img alt="Something">