We were trying to figure out why Input Tags with the Number type were allowing spaces on a blank Character Attribute, and starting pluses on numbers, which screws up rolls when a plus is in the preceding roll already. Then, we tried to use some Regular Expressions in the Pattern Attribute to completely bypass the issue. Getting no results, we inspected the element... and Roll20 is overriding our Pattern Attribute. Now, it would be one thing if Roll20 overrode it in a way that wasn't constantly introducing errors, like leaving Character Attributes apparently but not actually blank, and keeping those nasty roll destroying plus signs out of off-the-cuff modifiers... but it doesn't. Please, either leave our Pattern Attributes alone, or get it right... for our purposes, the correct pattern would be: "^-?[0-9]+$"