You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# isSelectorSupported
2
2
3
-
Determine support for CSS selectors by invoking the `insertRule` method of stylesheets within a try/catch block as unsupported values will throw an error. See a [working example](http://codepen.io/ryanmorr/full/qddQPV/) for all CSS selectors currently defined in the specification (L1-L4).
3
+
Determine support for CSS selectors by invoking the `insertRule` method of stylesheets within a try/catch block as unsupported values will throw an error. See a [working example](http://ryanmorr.github.io/demos/is-selector-supported/) for all CSS selectors currently defined in the specification (L1-L4).
0 commit comments