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 25895 - [imports]: LinkImport definition could use some cleaning up
Summary: [imports]: LinkImport definition could use some cleaning up
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 16:04 UTC by Gabor Krizsanits
Modified: 2014-05-27 20:23 UTC (History)
3 users (show)

See Also:


Attachments

Description Gabor Krizsanits 2014-05-27 16:04:28 UTC
I guess what the spec is trying to say is:

partial interface HTMLLinkElement {
    readonly attribute Document? import;
};

and without the "HTMLLinkElement implements LinkImport;" part
Comment 1 Morrita Hajime 2014-05-27 20:23:46 UTC
Thank you for the suggestion!
https://github.com/w3c/webcomponents/commit/45b44644ade983aad3efee8a8429fa435aeda
77a