- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在搜索::before/::after 伪元素并找到了这个 description ...
1.1. Accessibility of Generated Content
Generated content should be searchable, selectable, and available to assistive technologies. The content property applies to speech and generated content must be rendered for speech output. [CSS3-SPEECH]
在另一个place ...
Since they are not restricted to fitting into the document tree, they can be used to select and style portions of the document that do not necessarily map to the document’s tree structure.
Like pseudo-classes pseudo-elements do not appear in or modify the document source or document tree. Accordingly, they also do not affect the interpretation of structural pseudo-classes or other selectors pertaining to their originating element or its tree.
确保未映射到文档且不存在的内容“可搜索、可选择和可用”是否一致?如果它不在文档树中,则它不应该是可选的。
如果该内容已经在 CSSWG 中讨论过(或总结过),请告诉我该主题讨论的位置,以及如何实现与当前规范一致的“可搜索、可选择和可用”。
或者,如果您有更好的讨论这个问题的地方,请发表评论。
最佳答案
@Alohci 的 comments ...
There's a difference between the current state of the art, and what is possible. "Searchable and selectable" are probably limited to the document tree at the current time, but there's no fundamental reason why that needs to be the case. That's kind of the point of the phrase that you quote at the start of your question - that those actions need to be moved to be actions on the render tree instead. But that's a big change and hasn't happened yet.
On the other hand, it's not that radical. for instance you can't select or search parts of the document tree that are
display:none
, so browsers already take some account of the render tree.
如果您有答案,请另外发布以供将来引用。
关于html - 伪元素中的 "searchable, selectable, and available"是否不一致?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60012684/
在大多数浏览器中使用 Ctrl-F 将允许您搜索文本,但仅限于文本区域。我想在应该是可访问区域的文本中搜索文本,这些区域不一定是文本呈现区域,例如 和 .是否有浏览器或插件可以满足我的要求?这些东西
您好,我正在尝试在我的应用程序中使用可搜索的 Activity,但是当按下搜索按钮时没有任何反应 AndroidManifest.xml
我需要在 DataTables 中实现一个功能,以便动态地将列的可搜索属性设置为 true/false。 https://datatables.net/ 我已经以一种方式实现了这一点。 dataObj
有没有办法自动用通配符包装所有搜索? 例如: Book.search("*${params.q}*", params) 最佳答案 我不熟悉.search(您使用插件吗?)。但是,对于模型中的通配符搜
在座的每一位可能对 Googlebot 的工作原理有一定了解的人都可能清楚地看到启动页面会损害网站的 SEO 性能。 但是,我碰巧正在处理一个相当不幸的案例,即必须为我的一个客户实现启动页面。你如何在
我有一个包含 2 个 fragment 的主要 Activity 。主要 Activity 有一个 SearchView在操作栏中。这两个 fragment 都有一个包含大量字符串的列表,List .
我正在单步执行 android 可搜索词典示例,但找不到它实际将单词加载到 sqlite 数据库中的位置。我认为它发生在 DictionaryDatabase.java 的 onCreate 方法中,
使用.searchable(text: $text)函数时,搜索时搜索栏会出现一个取消按钮。 点击取消按钮时有什么方法可以执行操作吗?我想在点击取消时调用一个函数,但不知道点击取消时如何执行操作。 A
我了解它的新功能,但这似乎是不存在的非常基本的功能。实现 .searchable 时在新的 iOS 15 中,NavigationLink 似乎根本不起作用。 理想情况下,可搜索将生成一个带有 For
我需要重新配置可搜索插件的默认设置。当我尝试运行 install-searchable-config 时,出现以下错误: 错误I / O异常加载脚本[null \ scripts \ Init.gro
对于我的 Grails 应用程序,我使用 Searchable Plugin 进行了一个不错的“类似 google”的搜索。 我按照说明并补充说: class Address { static
我正在尝试使用 Searchable 实现可搜索功能,这是 nicolaslopezj 的 Laravel 搜索特性,我使用了以下代码。但这似乎不起作用。如果数据库中只有两条记录,它会显示记录,但如果
请看这个 fiddle 。如果您将 Bootstrap 选择库放在另一个下拉列表中,它不会显示选择内容。 https://jsfiddle.net/75cndb4a/1/ Click link abo
我无法让它做任何事情。下拉只是表现正常。我已经按照他们的指示创建了我能做的最简单的演示,但仍然没有任何效果。我检查了我的路径并将所有内容都放在同一目录中以确保找到所有内容。我首先加载了 jQuery。
我打算编写一个可以在快速搜索框中提供结果的应用程序。 在 Android 1.6 中,有什么方法可以触发 Intent 将用户导航到“可搜索项目”屏幕吗? 最佳答案 警告:未记录的行为,前方有龙! 我
我们在我们的 Grails 应用程序中使用 Grails 2.1.1 和 Searchable 插件 0.6.4,并在下面用所有映射指示的某些域上实现了可搜索。 class User {
我在 SwiftUI 中使用 .searchable 修饰符。无论如何知道用户何时按下键盘上的搜索键?我知道如何使用 UIViewRepresentable 和 searchController 来做
我正在搜索::before/::after 伪元素并找到了这个 description ... 1.1. Accessibility of Generated Content Generated co
我正在尝试在特定列上设置搜索禁用。 我使用这个 Angular 数据表服务器端。 https://l-lin.github.io/angular-datatables 通常在 jquery 上,我可以
我有一个带有 searchable 的模型块,像这样: class Contact 堆栈跟踪指向 searchable通过 Contact.new 在模型中阻止 Controller 中的线路。 当
我是一名优秀的程序员,十分优秀!