- From: Livio Mondini <livio.mondini@tiuvizeta.it>
- Date: Tue, 18 Jan 2005 18:44:48 +0100
- To: <w3c-wai-gl@w3.org>
i do self explanation ...
http://www.w3.org/TR/2004/WD-WCAG20-GENERAL-20041119/content-structure-separation-programmatic.html#content-struct-sep-program-det
Separating structure from presentation
Guideline 1.3
1.3 L1 SC1
.... Structural markup, such as the HTML paragraph element
(<p></p>), enables user agents to identify individual
paragraphs in a reliable way. If you are using a Web
technology that does not provide a paragraph element, it may
be necessary to create one, or to create rules that
transform specific elements into HTML paragraphs ...
ok, for an (x)html page structure is markup.
from
- CSS Techniques for WCAG 2.0
http://www.w3.org/TR/2004/WD-WCAG20-CSS-TECHS-20041119/Overview.html#generated-content-clues
CSS 2.1 is a style sheet language that allows authors and
users to attach style (e.g., fonts and spacing) to
structured documents (e.g., HTML documents and XML
applications). By separating the presentation style of
documents from the content of documents, CSS 2.1 simplifies
Web authoring and site maintenance
ok, a structured document is an html document or a xml
application. For me, that i see when i do Views>Show
structure in Amaya. This is structure of a structured
document on web, ok, for now.
Livio
Received on Tuesday, 18 January 2005 17:46:50 UTC