Skip to content

Commit

Permalink
a11y - 2.2.2 changing a DIV to an H3 (es was ok)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryfries committed Aug 10, 2024
1 parent 3202a5e commit cab32e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Planning a Quiz App</h2>
<div class="ap-standard">AAP-1.D</div>
Build the custom <code>quiz item</code> abstract data type (both the constructor and the two selectors).
<div class="narrower">
<div class="box-head">Specifying an Input Type</div>
<h3 class="box-head">Specifying an Input Type</h3>
<p>Your selectors expect a quiz item, i.e., a list, as input. You can make your blocks <em>show</em> what type of data they expect. It's not necessary in Snap<em>!</em> but, like assigning a color to a block, it can be a helpful reminder of what the block does and what type of input it expects. You've already seen input slots of several shapes, indicating different expected data types. </p>
<p>
In the Block Editor while creating a selector, click on a plus sign to enter an input name. Then...
Expand Down

0 comments on commit cab32e0

Please sign in to comment.