[Bug 12878] New: Master pages wanted eagerly

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12878

           Summary: Master pages wanted eagerly
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: mike+html-wg-mailbot@w3.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


public-html-comments posting from: relay20042004@mail.ru
http://www.w3.org/mid/1721109411.20110531134007@mail.ru

May be I missed something while reading drafts of new HTML standard, but I
seriously think, there's one feature that HTML really lacks. I'm talking about
Master Pages done with pure HTML only. You may object, saying that there are
tons of server technologies including SSI, ASP.NET, PHP, at least JavaScript,
to accomplish this task.

But there are also applications where these HTML-based Master Pages would be
essential. They are the servers which have server scripting turned off or don't
have it at all, such as mini web servers, possibly done on the hardware router
base.

There is one truth about server-based master pages: each time such a page is
loaded the client should download the web site design again and again instead
of downloading master page once, caching it and then applying to each content
page. Such a waste of traffic!

There may be also some profit from Master Pages on client side when saving
downloaded web sites to disk.

I think, there already are great drafts for this technology present - no need
to invent something new from scratch. Look at ASP.NET Master Pages for example.
There are basic elements:
1. Link to master page in the content page
2. Named content placeholders in the master page
3. Named structures with contents, which correspond to named placeholders in
master page

Please reply me about your opinions concerning implementation of this feature.
And please remember - I am at least one user who needs this technology :) I had
enough time to think about that.

-- 
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 Friday, 3 June 2011 06:56:34 UTC