This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
8.1.3 Element and attribute name lookup (Dynamic) 8.1.4 Element and attribute type lookup (Static) 8.1.3 / Sem 2 / rule 1 / premise 1 8.1.4 / Sem 2 / rule [12] / premise 1 "statEnv.attrDecl(AttributeName)" attrDecl's domain is expanded QNames, but AttributeName is a QName. In each case, change statEnv.attrDecl(AttributeName) to statEnv.attrDecl(expanded-QName) and add statEnv |- AttributeName of attr expands to expanded-QName (leftover from last year, comment #199)
Fixed as suggested. - Jerome