- Issue created by @brockfanning
- πΊπΈUnited States brockfanning
Just following up - in practice it seems like the syntax is indeed like what I posted above:
<a id>
But it seems the single wildcards are not supported. So this would not work as expected:
<a *>
The hacky way to allow all attributes would be something like:
<a a* b* c* d* e* f* g* h* i* j* k* l* m* n* o* p* q* r* s* t* u* v* w* x* y* z*>