UNPKG

wcs-microdata

Version:

Web component mixin to support microdata properties.

18 lines (15 loc) 455 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <script src="../../@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> <script src="../../wct-browser-legacy/browser.js"></script> </head> <body> <script> WCT.loadSuites([ 'wcs-microdata_test.html' ]); </script> </body></html>