Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 72388

How to fix a broken ARIA reference?

$
0
0

I have web page that has a broken ARIA reference upon doing a test. Specifically the aria-labelledby="myModalLabel" is showing an error. My understanding is there needs to be an id somewhere that references myModalLabel, but am not sure where if that's the case. Any help is appreciated!

<div class="modal fade" id="siteModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
    <div class="modal-dialog" role="document">
        <button type="button" class="close modal-close-button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
        <div class="modal-content">
            <div class="modal-body">

                [pirate_forms]
                <div class="clearfix"></div>
            </div>
        </div>
    </div>
</div>

Viewing all articles
Browse latest Browse all 72388

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>