[Bug 28065] New: WebIDL: Grammar for readonly requires 2 token lookahead in some cases

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28065

            Bug ID: 28065
           Summary: WebIDL: Grammar for readonly requires 2 token
                    lookahead in some cases
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: kyle@nonpolynomial.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

Quoting bz from https://bugzilla.mozilla.org/show_bug.cgi?id=1123516:

So the issue here, as far as I can tell is that when we see the READONLY as our
first token it's not clear whether the stack should become "Inherit Readonly"
or just "Readonly", right?  In particular, that requires one more token of
lookahead: if we're looking at READONLY MAPLIKE then it needs to just become
"Readonly" but if we're looking at READONLY ATTRIBUTE it needs to become
"Inherit Readonly".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 20 February 2015 20:31:37 UTC