Bookmark and clipping support

Corresponds to issue number 47

Problem statement / use cases

Proposed solutions

Proposed void element

A ‘bmark’ or ‘bookmark’ void element with a default CSS display of 'none' and associated attributes

Additional attributes:

Proposed global ‘clip’ attribute

A clip or clipping of an author specified name, ‘example-clip’, represents the entire contents of the first element containing a clip attribute value of ‘example-clip’ and the last element containing a clip value of ‘example-clip’ and everything in between. DOM methods or regular expression text processing on the document source could permit authors and users to extract or otherwise manipulate the clipping identified by the clip attribute.

For possible methods of styling such clippings, see CSS3’s proposed change bar which provides styling of similar non-hierarchical aspects of hierarchical content.

Of course such bookmarks can already be styled with CSS to provide forced page break information where none otherwise exists.

Discussion and evaluation

EMail

WG members should post feedback and other discussion to the WG’s list serve (the URI for the links below provides date information). Search on this email subject.

See also

HTML/ClipBookmark (last edited 2008-06-09 13:49:48 by rburns)