Home | History | Annotate | Download | only in html5lib

Lines Matching refs:spaceCharacters

14 from .constants import spaceCharacters, asciiUpper2Lower
159 SpaceCharactersToken = tokenTypes["SpaceCharacters"]
1006 any([char not in spaceCharacters
1781 if any([item not in spaceCharacters for item in data]):
2414 any(char not in spaceCharacters for char in token["data"])):