Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Preload elements with Link/@rel=prefetch #1277

Open
mmarum-sugarcrm opened this issue Jun 5, 2013 · 1 comment
Open

Replace Preload elements with Link/@rel=prefetch #1277

mmarum-sugarcrm opened this issue Jun 5, 2013 · 1 comment

Comments

@mmarum-sugarcrm
Copy link
Member

Original author: [email protected] (April 06, 2012 20:02:55)

SPECIFICATION BUGS ONLY - Description
=====================================
The "prefetch" link relation is already defined and registered within the IANA registry of Link relations. We can eliminate the existing Preload element in favor of prefetch links. To be a complete replacement, we can add a view attribute to the Link element.

e.g. instead of...

<Module>
<ModulePrefs>
<Preload href="http://example.org/foo" authz="signed" views="home,foo" />
<Link rel="icon" href="..." />
</ModulePrefs>
</Module>
it would be..

<Module>
<ModulePrefs>
<Link rel="prefetch" href="http://example.org/foo" authz="signed" views="home,foo" />
<Link rel="icon" href="..." />
</ModulePrefs>
</Module>

Document affected:
==================
1.) Please attach a patch for the document if appropriate.
2.) Post a thread at
http://groups.google.com/group/opensocial-and-gadgets-spec/topics
linking to this issue report.
3.) Post a comment on this issue, linking back to the thread.

Original issue: http://code.google.com/p/opensocial-resources/issues/detail?id=1292

@mmarum-sugarcrm
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant