Closed aebsr closed 12 years ago
Not really a bug, but a helpful addition. When you don't have control over element naming conventions, you can get some interesting stuff output by random CMS's. I recently received this error:
Uncaught Error: Syntax error, unrecognized expression: input[name=period.delimited.string.as.value]
While wrapping the attribute in a quote protects it from being seen as a syntax error.
a la:
input[name="period.delimited.string.as.value"]
Oops, thanks! I cherry picked the commit so it's in the repo as 6247684a54ed6c5114ad347e52e006b53920514b.
Not really a bug, but a helpful addition. When you don't have control over element naming conventions, you can get some interesting stuff output by random CMS's. I recently received this error:
While wrapping the attribute in a quote protects it from being seen as a syntax error.
a la: