kylereicks / picturefill.js.wp

A WordPress plugin to use Picturefill.js for image loading.
106 stars 10 forks source link

DOMDocument parse warnings #29

Closed kylereicks closed 10 years ago

kylereicks commented 10 years ago

DOMDocument parse warnings have been a consistent issue with this plugin. Initially I decided to leave error/warning handling to the site-builder; however, WordPress' recent support for HTML5 image galleries has made me reconsider. The <figure> elements in these galleries will make parse warnings even more common, and I'm pretty sure the user base that would be upset by suppressing these warnings is in the minority. Within the next few days I will update the plugin to use libxml's internal error handling and will update the documentation to help site-builders retrieve the suppressed errors/warnings or turn off error suppression as desired.

kylereicks commented 10 years ago

Closed with version 1.3.3