This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
E.1.1 Type resolution Notation statEnv |- (TypeReference | TypeDerivation) resolves to TypeName { Type } It would be better to avoid EBNF-like metacharacters in judgment-form declarations. Just expand it to two declarations. (leftover from last year, comment #262) Sem / rule (2|4) / premise 2 statEnv.typeDefn(expanded-QName) => ... s/=>/=/
Fixed as suggested. - Jerome