Saulis / iron-data-table

iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Apache License 2.0
147 stars 66 forks source link

Make all tagName comparisons case-insensitive. #139

Closed EtiennePerot closed 8 years ago

EtiennePerot commented 8 years ago

This allows iron-data-table to be used on XHTML documents, where tag names are case-sensitive.

Per https://developer.mozilla.org/en-US/docs/Web/API/Element/tagName: """In XHTML (or any other XML format), "span" would be output. In HTML, "SPAN" would be output instead."""


This change is Reviewable

Saulis commented 8 years ago

:lgtm: Thanks!


Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable