[Bug 24002] New: [imports]: import attribute on the LinkImport interface should be |Document?| instead of |Document|

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

            Bug ID: 24002
           Summary: [imports]: import attribute on the LinkImport
                    interface should be |Document?| instead of |Document|
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: gkrizsanits@mozilla.com
        QA Contact: public-webapps-bugzilla@w3.org

partial interface LinkImport {
    readonly attribute Document import;
};

Since import can return null it should be |Doucment?|

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

Received on Thursday, 5 December 2013 12:17:21 UTC