Skip to content

Commit

Permalink
Merge pull request #4734 from uclixnjupyternbaccessibility/issue-#3217
Browse files Browse the repository at this point in the history
Added main/navigation tags to meet DAP requirements: issue #3217
  • Loading branch information
takluyver authored Jul 11, 2019
2 parents 4312884 + dba4ed8 commit 416b7d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ src
.idea/
Read the Docs
config.rst

*.iml
/.project
/.pydevproject

Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</div>
</noscript>

<div id="header">
<div id="header" role="navigation" aria-label="{% trans %}Top Menu{% endtrans %}">
<div id="header-container" class="container">
<div id="ipython_notebook" class="nav navbar-brand"><a href="{{default_url}}
{%- if logged_in and token -%}?token={{token}}{%- endif -%}" title='{% trans %}dashboard{% endtrans %}'>
Expand Down
2 changes: 1 addition & 1 deletion notebook/templates/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% block site %}

<div id="ipython-main-app" class="container">
<div id="tab_content" class="tabbable">
<div id="tab_content" class="tabbable" role="main">
<ul id="tabs" class="nav nav-tabs">
<li class="active"><a href="#notebooks" data-toggle="tab">{% trans %}Files{% endtrans %}</a></li>
<li><a href="#running" data-toggle="tab">{% trans %}Running{% endtrans %}</a></li>
Expand Down

0 comments on commit 416b7d7

Please sign in to comment.