Skip to content
View adactio's full-sized avatar

Sponsors

@dgurns

Organizations

@clearleft @mobilewood @indieweb
Block or Report

Block or report adactio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. resilientwebdesign resilientwebdesign Public

    Resilient Web Design: a web book

    HTML 121 25

  2. html5forwebdesigners html5forwebdesigners Public

    The website of the book.

    HTML 21 2

  3. TheSession-data TheSession-data Public

    Data dumps from thesession.org

    66 10

  4. An attempt at a minimal viable servi... An attempt at a minimal viable service worker.
    1
    // Licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
    2
    // http://creativecommons.org/publicdomain/zero/1.0/
    3
    
                  
    4
    // HTML files: try the network first, then the cache.
    5
    // Other files: try the cache first, then the network.
  5. A polyfill for `button type="share"` A polyfill for `button type="share"`
    1
    // Licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
    2
    // http://creativecommons.org/publicdomain/zero/1.0/
    3
    
                  
    4
    /* Use <button type="share"> in your HTML.
    5
    Include this JavaScript in a <script> element on the same page or in an external script.
  6. HTML's datalist element autocomplete... HTML's datalist element autocompletes. This script is my attempt to get it to autosubmit as well.
    1
    // Licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
    2
    // http://creativecommons.org/publicdomain/zero/1.0/
    3
    
                  
    4
    (function (win, doc) {
    5
        'use strict';