(415) 555-1212
(415) 555-1212
12
12
Control speech verbosity on iOS (Not sure of other AT support).
W3C Candidate Recommendation 20 March 2012
<style>
.address, .phone, .zip {speak: digits;}
code {speak: literal-punctuation;}
.spell-out {speak:spell-out;}
</style>
12345 Example St.
Austin, TX 78756
512-555-1234
UIImageView *view = [[UIImageView alloc] initWithImage:image]; view.accessibilityLabel = @"Apple Logo";
NASA
12345 Example St.
Austin, TX 78756
512-555-1234
UIImageView *view = [[UIImageView alloc] initWithImage:image]; view.accessibilityLabel = @"Apple Logo";
NASA