add more example clarity

This commit is contained in:
Aaron Tidwell
2018-01-17 15:04:43 -05:00
parent 38fbe4d78c
commit e6ad94aec7

View File

@@ -107,7 +107,7 @@
<h3 class="subtitle">Some Tips</h3>
<ol>
<li>There is at least two titles with the same name. You will want to base your event handling on the IDs to diferentiate between these. (perhaps using something like a data- attribute)</li>
<li>There are two titles with the same name: <strong>The Bride of the Water God (Habaek)</strong>. You will want to base your event handling on the IDs to diferentiate between these. (perhaps using something like a data- attribute)</li>
<li>It will probably create more complexity to try to break this into multiple sub-components. I wouldn't recommend it unless you are very ambitious.</li>
<li>Do not worry about browser support outside of the latest version of chrome.</li>
</ol>