标签: macos accessibility voiceover screen-readers
VoiceOver读取标题两次,但是在HTML中,它们仅列出一次。没有ID或参考。
代码是:
<!DOCTYPE html> <html> <head> <title>Sample text with image</title> </head> <body> <h1>How to prepare a veggie curry</h1>
VO将阅读两次“如何准备素食咖喱”。这是为什么?是首选吗?