tylerlong / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

Capital letters at the beginning of XML attribute names are colored incorrectly #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Look at the this web page:
http://meta.stackoverflow.com/questions/25871/first-letters-of-xml-attributes-no
t-colored-correctly-if-capitalized
2. Notice that the initial capital letter of InitialCap is (incorrectly)
black while the rest of the word is red.

What is the expected output?  What do you see instead?
"InitialCap" should be entirely red. Any capitalized letters at the
beginning of an XML/markup attribute name are incorrectly colored.

What version are you using?  On what browser?
Firefox 3.0.14.

Please provide any additional information below.
Every page in StackOverflow that contains markup code has this problem.

Original issue reported on code.google.com by danspama...@gmail.com on 16 Oct 2009 at 11:14

GoogleCodeExporter commented 9 years ago
I'd thought I'd addressed that in issue 92, but apparently not.
Fixed at revision 86 : 
http://code.google.com/p/google-code-prettify/source/detail?r=86

Original comment by mikesamuel@gmail.com on 17 Oct 2009 at 12:28