Microformats2-parsing: Difference between revisions
Jump to navigation
Jump to search
(note overall goal of improving Firefox microformats support) |
(note 1037483, 2015 goal) |
||
Line 9: | Line 9: | ||
:[[Tantek Çelik]] | :[[Tantek Çelik]] | ||
;Goal | ;Goal | ||
:2015 | :2015 | ||
Specifically: | Specifically: | ||
* Land the microformats2 JS parser into Firefox (likely Toolkit toolkit/components/microformats/) | * Land the microformats2 JS parser into Firefox (likely Toolkit toolkit/components/microformats/) | ||
* Modify page data module (toolkit/modules/PageMetadata.jsm) to use microformats2. | * Modify page data module (toolkit/modules/PageMetadata.jsm) to use microformats2. | ||
Implementation bug: | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1037483 1037483 - update firefox microformats parser with microformats2 support] | |||
== See Also == | == See Also == | ||
* [[microformats]] | * [[microformats]] |
Revision as of 20:04, 9 December 2015
This article is a stub. You can help MozillaWiki by expanding it.
The microformats2 parsing project is an effort to improve Firefox's microformats support by landing microformats2 parsing code into Firefox.
- Project Lead
- Shane Caraveo
- Contributing
- Glenn Jones (contributor)
- Tantek Çelik
- Goal
- 2015
Specifically:
- Land the microformats2 JS parser into Firefox (likely Toolkit toolkit/components/microformats/)
- Modify page data module (toolkit/modules/PageMetadata.jsm) to use microformats2.
Implementation bug: