Skip to content

Commit

Permalink
remove incorrect caniuse mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Mar 12, 2014
1 parent 31371a9 commit 8350d69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions feature-detects/elem/time.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*!
{
"name": "time Element",
"caniuse": "html5semantic",
"property": "time",
"tags": ["elem"],
"notes": [{
"name": "WhatWG Spec",
"href": "http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-time-element-0"
"href": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element"
}]
}
!*/
Expand Down
1 change: 0 additions & 1 deletion test/js/unit-caniuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ var map = {
svgasimg: 'svg-img',
svgfilters: 'svg-filters',
textshadow: 'css-textshadow',
time: 'html5semantic',
touchevents: 'touch',
typedarrays: 'typedarrays',
userselect: 'user-select-none',
Expand Down

0 comments on commit 8350d69

Please sign in to comment.