10:05 | <peterv> | Meghan Denny: I think because of: "If the longest possible match could match one of the above named terminal symbols or one of the other terminal symbols from the grammar, it must be tokenized as the latter." in https://webidl.spec.whatwg.org/#idl-grammar |
18:38 | <Meghan Denny> | right, okay yeah that makes sense I think I didnt connect 2-and-2 for a sec |
18:39 | <Meghan Denny> | that means when AttributeName is added to the ast it needs to be distinguishable which one it matched as |
18:40 | <Meghan Denny> | that was the part I was looking for but I can read the doc more to find out |
18:44 | <Meghan Denny> | https://webidl.spec.whatwg.org/#idl-attributes doesnt mention it so maybe not? |
18:46 | <Meghan Denny> | oh https://webidl.spec.whatwg.org/#idl-names is enlightening too |