Questions tagged as 'acessibilidade'

3
answers

Increase and Decrease Font, how to apply on a large site?

I have to apply the accessibility feature to increase and decrease font. I currently have 3 buttons: Small Font, Normal Font and Large Font. The idea is that when you click each button, its function is called in javascript. And that the font...
asked by 03.08.2018 / 19:49
1
answer

Text selection via keyboard [closed]

Have you ever wondered how to select text from a specific part of your navigation? For example to select within a input box we use directional arrows like this: shit + ⇐ , shit + ⇒ , shit + / kbd> and shit + ⇓ . Or use ctrl + a ,...
asked by 18.02.2017 / 00:12
1
answer

Is hidden content bad for accessibility?

I have a table with three columns, one for "Species", one for "Quantity" and one for options. The quantity field can be changed when the change button is clicked, the change button is hidden to show the save button. <table class="table">...
asked by 25.08.2016 / 19:26
0
answers

What are web accessibility tools?

Hello, I'm having trouble finding some tools or tutorials that will allow me to implement accessibility features in my college project. I would like to know what are the ways to implement accessibility features in a web system and if t...
asked by 14.04.2016 / 01:37
1
answer

Make screen reader read image alt text

Hello my question is about accessibility: I'm making the accessibility of a page and in it I have an image with a link, I'm using the jaws screen reader to go through all defined elements. One of these elements is this image with a link, so w...
asked by 12.12.2017 / 15:20
1
answer

mapping jquery keyboard events - Accessibility

I would like to make an accessible menu, which can be retracted with esc and navigable by tab, what would be the best way to do it? for keyup, keydown, would anyone have a good example to mention?     
asked by 13.07.2017 / 18:27
2
answers

How to display DropDown just by sliding the mouse over the content?

I would like to know how I can display this dropdown without the user having to click to have their content accessed, just by dragging the mouse over MSDNAA-Microsft, for example. <li class="nav-item dropdown"> <a class="nav-lin...
asked by 17.05.2018 / 16:45
1
answer

Navigation via keyboard

I started to develop a project, which has some navigation needs via keyboard, as it is a municipal site, in the case it should be accessible for the disabled as well. I'm a little lost in how to start, or by what to search, I initially have t...
asked by 24.09.2014 / 20:52
0
answers

Does CSS Box-Shadow property affect page performance and rendering of elements?

I know the box-shadow property is relatively old, and widely used. But when I use it in excess, I say by applying box-shadow to 100 elements on the same page I've lost performance? I made this first print with more than 400 divs...
asked by 26.10.2018 / 16:58
0
answers

Validate Captcha for site with accessibility

I'm developing a form that will be accessible. For this, the captcha field I'm doing this way: <div class="control-group"> <div class="controls"> <?php $codigoCaptcha = substr(md5(time())...
asked by 11.06.2018 / 03:43