Skip to content

Commit

Permalink
small title changes, phetsims/a11y-research#66
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 22, 2018
1 parent 75857b7 commit 7dd6e27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build-an-atom_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!--have to scroll right and left! allows to resize also-->
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Build an Atom A11y View</title>
<title>A11y View: Build an Atom</title>

<style>
html {
Expand Down Expand Up @@ -121,7 +121,7 @@

<div id="content">
<div class="left">
<h3>Build an Atom A11y View: Visual and Described content side by side</h3>
<h3>A11y View: Build an Atom</h3>
<div class="aspect-ratio">
<iframe id="iframe" allowfullscreen title="Interact with Build an Atom"></iframe>
</div>
Expand All @@ -138,7 +138,8 @@ <h4>Activity log - The most recent interactive alerts.</h4>
<!--The PDOM copy will be placed in this container, along with a section just for alerts -->
<div class="right">
<div id="intro">
<p><span class="bold">In this web page</span>, the accessible version of Build an Atom is embedded in the
<h4>What is the A11y View?</h4>
<p>In this web page, the accessible version of Build an Atom is embedded in the
iframe. Below, in blue, is the copy of the sim's structured Parallel Document Object Model, or PDOM.
As you interact with the visual sim in the iframe with either a keyboard or mouse,
the descriptions for the sim automatically update on the right, key dynamic elements will be highlighted
Expand Down Expand Up @@ -175,7 +176,7 @@ <h4>The Build an Atom descriptions structured in a Parallel DOM</h4>


// add brand name for dev deploys
var brandSuffix = window.location.hostname === 'www.colorado.edu' ? '_phet' : '';
var brandSuffix = window.location.hostname === 'bayes.colorado.edu' ? '_phet' : '';
document.getElementById( 'iframe' ).setAttribute( 'src', 'build-an-atom_en' + brandSuffix + '.html' + simulationQueryString );
</script>

Expand Down

0 comments on commit 7dd6e27

Please sign in to comment.