Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 7 additions & 15 deletions understanding/20/adaptable.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,13 @@ <h2>Intent of Adaptable</h2>
of information that are often encoded in presentation are also available so that they
can be presented in other modalities.
</p>

<ul>

<li>
the way the parts of a web page are organized in relation to each other; and the way
a collection of web pages is organized

</li>

<li>
rendering of the content in a form that can be perceived by users

</li>

</ul>

<dl>
<dt>Structure</dt>
<dd>the way the parts of a web page are organized in relation to each other; and the way a collection of web pages is organized</dd>
<dt>Presentation</dt>
<dd>rendering of the content in a form that can be perceived by users</dd>
</dl>

</section>

Expand Down