Michael Rybak
Michael Rybak
I've confirmed validator currently allows missing tag, as well as just a missing closing tag. Note: It also allows other missing closing tags, e.g. missing or . @amaltas @gmajoulet @alanorozco...
@FranGM Hi Fran! I've implemented a bunch of basic metrics recently per your request. The [documentation](https://github.com/ampproject/amppackager/blob/master/monitoring.md) lists the available metrics. Would you like to try them out and give us...
Happy to hear that!
@mhalabi-google I'd suggest using [A-Z0-9] instead of \w. The test ensures that every \w is followed by \p{L}\p{N}. Although excessive, it prevents developer from forgetting to support Unicode when adding...