diff --git a/posts/microdata-domapi.md b/posts/microdata-domapi.md index 68e5db13..1f8d97d4 100644 --- a/posts/microdata-domapi.md +++ b/posts/microdata-domapi.md @@ -1,8 +1,8 @@ feature: Microdata DOM API status: use -tags: ie6 gtie6 +tags: polyfill ie6 gtie6 kind: API -polyfillurls: [microdata shim](https://github.com/termi1uc1/Microdata-JS) +polyfillurls: [microdata shim](https://github.com/termi/Microdata-JS) Microdata is a new lightweight semantic meta-syntax. Using attributes, we can define nestable groups of name-value pairs of data, called microdata, which are generally based on the page’s content. It gives us a whole new way to add extra semantic information and extend HTML5. Microdata is already being used by google to extract semantic meta data from your webpage. @@ -10,4 +10,4 @@ The Microdata DOM API is helpful because you can manipulate items and properties It's supported by Opera and [also being implemented by Mozilla](https://bugzilla.mozilla.org/show_bug.cgi?id=591467) -IE6+ support can be done using [this ES5/DOM shim](https://github.com/termi1uc1/ES5-DOM-SHIM) \ No newline at end of file +IE6+ support can be done using [this ES5/DOM shim](https://github.com/termi/ES5-DOM-SHIM) \ No newline at end of file