- From: Anselm Hannemann <info@anselm-hannemann.com>
- Date: Mon, 18 Feb 2013 08:59:14 +0100
- To: public-html@w3.org
- Message-ID: <6F0EFDD5A45A4BE2B582D6B5E52123F0@anselm-hannemann.com>
> From: Steve Faulkner <faulkner.steve@gmail.com> > Date: Mon, 18 Feb 2013 07:26:52 +0000 > Message-ID: <CA+ri+Vn+zcfZT5BP2w3x4WNwu2o2h9GvyPff0znDPVzqaxJYvg@mail.gmail.com> > To: HTMLWG WG <public-html@w3.org> > NOTE: this is just a wild idea. > > allow the data attribute [1] to be used to identify element sub roles: > > examples: > > <h1>heading</h1> <p data-p="subheading">subheading</p> > > <article data-article="comment"> blog post comment </article> > > allow data-elementname="subRole" pairs to be added to a public registry. > > thoughts? I don't understand the logic of the data-attribute yet. Shouldn't there be a reference to which the attribute refers? In that case to the h1-element. That means, for me it would be logical to have: > <h1>heading</h1> <p data-h1="subheading">subheading</p> But then the semantics is away for the element attribute itself. I think I have a lack on use-cases here to can think of if this could work and is useful. / Anselm ----------- Anselm Hannemann @helloanselm > [1] http://www.w3.org/html/wg/drafts/html/master/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes > > -- with regards > > Steve Faulkner
Received on Monday, 18 February 2013 07:59:39 UTC