Comment 2 for bug 1276234

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

In ubuntu-html5-ui-toolkit 0.1.1+14.04.20140204-0ubuntu1
File: /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/header.js

Consider the declaration example:

          <header data-role="header" id="headerID">
            <div class="tabs-inner">
              <ul data-role="tabs">
                <li class="active" data-role="tab">
                  <a href="#main">Main</a>
                </li>
                <li data-role="tab">
                  <a href="#page2">Two</a>
                </li>
              </ul>
            </div>

I don't *think* the <div class="tabs-inner"> is correct or used, as an example.