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.2.3.2.2 (Dynamic semantics of) Kind Tests (Dynamic semantics of) Processing instruction, comment, and text kind tests. Sem 4 / rule 2 You need to connect StringLiteral to String. Something like String = fs:literal-to-string( StringLiteral ) (see Bug 1566) Sem 4 (very last line of section) Presentationally, this looks like a judgment form declaration. It would be nice if you could at least make it *look* like an inference rule. E.g., have a single premise saying "otherwise". (leftover from last year, comment #235) But how could the immediately preceding rule *not* apply?
Fixed as suggested. Fixed node() to NodeTest in the last ('otherwise') rule. - Jerome