This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
TagBuilder attributes are case sensitive. HTML5 spec says attributes are now case insensitive. Change TagBuilder & infrastructure. #1328
Closed
Description
Since we're now changing our framework to follow the HTML5 standards we should also modify things like TagBuilder
to follow them. In XHTML the standard for attribute was for them to be case sensitive; that's changed, in HTML 5 they're case insensitive. This bug also involves modifying HTML helpers to abide by case insensitive attributes.