This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24002 - [imports]: import attribute on the LinkImport interface should be |Document?| instead of |Document|
Summary: [imports]: import attribute on the LinkImport interface should be |Document?|...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20683
  Show dependency treegraph
 
Reported: 2013-12-05 12:17 UTC by Gabor Krizsanits
Modified: 2014-02-06 00:03 UTC (History)
2 users (show)

See Also:


Attachments

Description Gabor Krizsanits 2013-12-05 12:17:16 UTC
partial interface LinkImport {
    readonly attribute Document import;
};

Since import can return null it should be |Doucment?|
Comment 1 Dimitri Glazkov 2014-01-27 20:43:22 UTC
Sure does.