- From: <bugzilla@jessica.w3.org>
- Date: Tue, 09 Aug 2011 07:25:54 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13706
Michael[tm] Smith <mike@w3.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.w3.org/mid/20110 |http://www.w3.org/mid/20110
|8082101.21251.bert@w3.org |8082101.21251.bert@w3.org
--- Comment #1 from Michael[tm] Smith <mike@w3.org> 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.
]]
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 9 August 2011 07:25:58 UTC