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 13706 - [html5] Scoped style sheets
Summary: [html5] Scoped style sheets
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal
Target Milestone: ---
Assignee: contributor
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/mid/201108082101.21...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 07:22 UTC by HTML WG bugbot
Modified: 2011-12-03 02:52 UTC (History)
7 users (show)

See Also:


Attachments

Description HTML WG bugbot 2011-08-09 07:22:53 UTC
public-html-comments posting from: Bert Bos <bert@w3.org>
http://www.w3.org/mid/201108082101.21251.bert@w3.org
Comment 1 Michael[tm] Smith 2011-08-09 07:25:54 UTC
[[

A personal comment on http://www.w3.org/TR/2011/WD-
html5-20110525/semantics.html#the-style-element

Scoped style sheets are complex, difficult to maintain for authors, and 
not needed. Especially with the new SEAMLESS attribute, there is no need 
to combine separate documents in a single file: they can be transcluded 
instead. That keeps each of them simple, easy to maintain, easy to re-
use, and easy to parse: one head element with metadata (including 
style), one body element, and every document its own URL.

If it is necessary, e.g., for transport reasons, to combine several 
resources in one file, it is better to use a generic solution, one that 
works not only for HTML documents, but for any documents. That could be, 
e.g., a zip or tar file or a multipart MIME file.
]]
Comment 2 Ian 'Hixie' Hickson 2011-12-03 02:52:40 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: This is one of the most requested-for features.

As far as having a more generic syndication mechanism, that seems like unnecessary complexity. Authors understand HTML, they want to merge multiple HTML files together, and they already do it. It doesn't make sense to suggest doing it another way.