- Google
- San Francisco, CA
- https://philipwalton.com
- Joined on
Jul 8, 2010
Pinned repositories
-
solved-by-flexbox
A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.
8,730 CSS
-
flexbugs
A community-curated list of flexbox issues and cross-browser workarounds for them.
5,109
-
html-inspector
HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.
2,246 JavaScript
-
googleanalytics/autotrack
Automatic and enhanced Google Analytics tracking for common user interactions on the web.
1,445 JavaScript
-
googleanalytics/ga-dev-tools
A showcase of demos and tools built with the various Google Analytics APIs and Libraries.
501 JavaScript
-
blog
The source code for https://philipwalton.com
31 JavaScript
1,258 contributions in the last year
Contribution activity
October 2016
Created 5 commits in 1 repository
| philipwalton/blog | 5 commits |
|
Consider associating threshold with a target rather than the instance
As the spec stands today, having the threshold value as a property of the instance make the API quite a bit more complex than it needs to be in any…