Skip to content

Commit

Permalink
* updated my post due I renaming my account
Browse files Browse the repository at this point in the history
  • Loading branch information
termi committed Feb 6, 2012
1 parent 3d8afa2 commit 2b8e428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posts/microdata-domapi.md
@@ -1,13 +1,13 @@
feature: Microdata DOM API feature: Microdata DOM API
status: use status: use
tags: ie6 gtie6 tags: polyfill ie6 gtie6
kind: API 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. 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.


The Microdata DOM API is helpful because you can manipulate items and properties on a page programmatically, perhaps to present the information in a searchable/filterable manner, or deliver it to another application somewhere else. The Microdata DOM API is helpful because you can manipulate items and properties on a page programmatically, perhaps to present the information in a searchable/filterable manner, or deliver it to another application somewhere else.


It's supported by Opera and [also being implemented by Mozilla](https://bugzilla.mozilla.org/show_bug.cgi?id=591467) 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) IE6+ support can be done using [this ES5/DOM shim](https://github.com/termi/ES5-DOM-SHIM)

0 comments on commit 2b8e428

Please sign in to comment.