Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<video preload poster>, <audio preload> #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 16, 2012

  1. Support <video poster=...>

    This commit cherry-picks the patch on html5lib's issue tracker:
    
      http://code.google.com/p/html5lib/issues/detail?id=205
    wingo committed May 16, 2012
    Configuration menu
    Copy the full SHA
    ccf1a40 View commit details
    Browse the repository at this point in the history
  2. Support <video preload=...>, <audio preload=...>

    This commit cherry-picks the patch on html5lib's issue tracker:
    
      http://code.google.com/p/html5lib/issues/detail?id=206
    wingo committed May 16, 2012
    Configuration menu
    Copy the full SHA
    c561b56 View commit details
    Browse the repository at this point in the history
  3. feedparser: <video preload poster>, <audio preload>

    * planet/vendor/feedparser.py: Add preload and parser to the set of
      acceptable attributes.
    
    This is http://code.google.com/p/feedparser/issues/detail?id=356.
    wingo committed May 16, 2012
    Configuration menu
    Copy the full SHA
    35b4436 View commit details
    Browse the repository at this point in the history