From Htmlpedia
This error is also generated by using upper case for the attribute. For example:
<form action="/search/Ask" method="GET" name="SearchForm">
generates the error
line 64 column 39 - Error: value of attribute "method" cannot be "GET"; must be one of "get", "post"
