bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [bug #55087] Please add parsing of picture element sources to


From: anonymous
Subject: [Bug-wget] [bug #55087] Please add parsing of picture element sources to `wget -r`
Date: Sat, 24 Nov 2018 12:47:14 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?55087>

                 Summary: Please add parsing of picture element sources to
`wget -r`
                 Project: GNU Wget
            Submitted by: None
            Submitted on: Sat 24 Nov 2018 05:47:13 PM UTC
                Category: Feature Request
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Hugh Guiney
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.19.5
        Operating System: Mac OS
         Reproducibility: Every Time
           Fixed Release: None
         Planned Release: None
              Regression: None
           Work Required: None
          Patch Included: None

    _______________________________________________________

Details:

The HTML picture element provides a way to specify multiple image source
candidates. This can be used to e.g. show SVGs on browsers that support it,
and PNG fallbacks everywhere else:

<picture>
  <source type="image/svg+xml" srcset="logo.svg" />
  <img isrc="/img/logo.png" srcset="logo.png 1x, address@hidden 2x, 
address@hidden
3x" alt="logo" />
</picture>

If I invoke `wget -r` on a site with this markup however, wget only fetches
the src and srcset, not the picture source candidates.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55087>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]