Skip to content

Commit

Permalink
More patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
galfert committed Mar 26, 2012
1 parent 1c60bcd commit fe12a81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/features.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions data/patterns.json
Expand Up @@ -10,13 +10,18 @@
"css-transitions": "transition(-(property|duration|timing-function|delay))?\\:", "css-transitions": "transition(-(property|duration|timing-function|delay))?\\:",
"css3-boxsizing": "box-sizing\\:", "css3-boxsizing": "box-sizing\\:",
"deviceorientation": "deviceorientation|devicemotion|compassneedscalibration", "deviceorientation": "deviceorientation|devicemotion|compassneedscalibration",
"eventsource": "new EventSource",
"fileapi": "new FileReader", "fileapi": "new FileReader",
"fullscreen": "[rR]equestFull[sS]creen|[cC]ancelFullScreen|exitFullscreen|fullscreeneventchange", "fullscreen": "[rR]equestFull[sS]creen|[cC]ancelFullScreen|exitFullscreen|fullscreeneventchange",
"geolocation": "navigator\\.geolocation", "geolocation": "navigator\\.geolocation",
"history": "history\\.(back|forward|go|pushState|replaceState)",
"indexeddb": "IndexedDB|IDB(Cursor|Database|Environment|Factory|Index|KeyRange|ObjectStore|OpenDBRequest|Request|Transaction|VersionChangeEvent)", "indexeddb": "IndexedDB|IDB(Cursor|Database|Environment|Factory|Index|KeyRange|ObjectStore|OpenDBRequest|Request|Transaction|VersionChangeEvent)",
"namevalue-storage": "localStorage|sessionStorage",
"offline-apps": "<html.*\\smanifest=.*>", "offline-apps": "<html.*\\smanifest=.*>",
"progressmeter": "<progress.*>.*<\\/prograss>|<meter.*><\\/meter>",
"requestanimationframe": "(cancel|request)AnimationFrame", "requestanimationframe": "(cancel|request)AnimationFrame",
"stream": "getUserMedia", "stream": "getUserMedia",
"text-overflow": "text-overflow\\:",
"touch": "touch(start|end|move|cancel)|createTouch(List)?", "touch": "touch(start|end|move|cancel)|createTouch(List)?",
"video": "<video.*>.*<\\/video>", "video": "<video.*>.*<\\/video>",
"websockets": "new WebSocket\\s*(.*)", "websockets": "new WebSocket\\s*(.*)",
Expand Down

0 comments on commit fe12a81

Please sign in to comment.