You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always wondered why in Techniques for WCAG 2.0 there are three different techniques (c12, c13 and c14) for the same problem, ie how to specify text font size.
My proposal is to merge them together in a single technique
Proposed Change:
A new technique that will merge c12,c13 and c14.
Its procedure will be:
Check that the value of the CSS property that defines the font size is a percentage.
Check that the value of the CSS property that defines the font size is one of xx-small, xx-small, x-small, small, medium, large, x-large, xx-large, xsmaller, or larger.
Check that the value of the CSS property that defines the font size is expressed in em units.
https://www.w3.org/2006/02/lc-comments-tracker/35422/NOTE-WCAG20-TECHS-20140911/2992
I always wondered why in Techniques for WCAG 2.0 there are three different techniques (c12, c13 and c14) for the same problem, ie how to specify text font size.
My proposal is to merge them together in a single technique
Proposed Change:
A new technique that will merge c12,c13 and c14.
Its procedure will be:
Expected Results
Check #1 or Check #2 or Check #3 is true
The text was updated successfully, but these errors were encountered: