Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3155825c authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Doc change: minor edits to support easier extraction of document summaries.

Change-Id: I1a15a1d233464d6c8d35a741c54932412dea28ee
parent 670944aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ page.tags="button","input"
  </div>
  </div>
</a>
</a>


<p>A button consists of text and/or an image that clearly communicates what action
<p itemprop="description">A button consists of text and/or an image that clearly communicates what action
  will occur when the user touches it. A button can have an image, text, or both.
  will occur when the user touches it. A button can have an image, text, or both.
</p>
</p>


+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ page.tags="dialog","alert","popup","toast"
  </div>
  </div>
</a>
</a>


<p>Dialogs prompt the user for decisions or additional information required by the app to continue a
<p itemprop="description">Dialogs prompt the user for decisions or additional information required by the app to continue a
task. Such requests can range from simple Cancel/OK decisions to more complex layouts asking the
task. Such requests can range from simple Cancel/OK decisions to more complex layouts asking the
user to adjust settings or enter text.</p>
user to adjust settings or enter text.</p>


+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@ page.tags="gridview","layout","listview"
  </div>
  </div>
</a>
</a>


<p>Grid lists are an alternative to standard list views. They are best suited for showing data sets
<p itemprop="description">Grid lists are an alternative to standard list views. They are best suited for showing data sets
that represent themselves through images. In contrast to simple lists, grid lists may scroll either
that represent themselves through images. In contrast to simple lists, grid lists may scroll either
vertically or horizontally.</p>
vertically or horizontally.</p>


+2 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,8 @@ footer.hide=1


<div id="landing-graphic-container">
<div id="landing-graphic-container">
  <div id="text-overlay">
  <div id="text-overlay">
    Your inventory of ready-to-use elements for creating outstanding apps.
    <span itemprop="description">Your inventory of ready-to-use elements for creating
    outstanding apps.</span>
    <br><br>
    <br><br>
    <a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a>
    <a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a>
  </div>
  </div>
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ page.tags="listview","layout"
  </div>
  </div>
</a>
</a>


<p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as
<p itemprop="description">Lists present multiple line items in a vertical arrangement. They can be used for data selection as
well as drilldown navigation.</p>
well as drilldown navigation.</p>


<div class="vspace size-1">&nbsp;</div>
<div class="vspace size-1">&nbsp;</div>
Loading