Menu

#159 '*' in tags should be allowed .

1.9.15
open
nobody
None
5
2015-04-25
2015-04-02
miyabet
No

Most browsers allows '*' in tags.

L1292 @ HTMLScanner.java
if ((strict && (!Character.isLetterOrDigit(c) && c != '-' && c != '.' && c != ':' && c != '_'))

if ((strict && (!Character.isLetterOrDigit(c) && c != '-' && c != '.' && c != ':' && c != '_' && c != '*'))

Discussion

  • Marc Guillemot

    Marc Guillemot - 2015-04-16

    Example? Or better: testcase?

     
  • miyabet

    miyabet - 2015-04-25

    This is a testcase.

     

Log in to post a comment.