- 你应该有一个属性选择器,选择
span 元素的第一个子元素,这些子元素的 class 值中包含单词 one 。
看上去以为是的子元素span需要有值为one的class。但是怎么测试都无法通过
最后无奈翻示例源代码,才发现是这个测试说明文字有问题。建议更正为:
你应该有一个属性选择器,选择class 值中包含单词 one 的 span 元素的第一个子元素。
另外,建议将示例项目的展示,从弹出式窗口更换为链接。比如这个认证项目 制作一个技术文档页面。通过弹出式窗口完全不知道该怎么缩放窗口以查看响应式布局
而V8版本,就是链接样式,可以通过链接打开,缩放窗口。
ILM
2
I forwarded the translation feedback
For this I suggest you open a GitHub issue
Thanks for pointing these out to us, @Linas-3035! A fix is being sent to GitHub now, to be visible on the next platform update.
Happy coding! 
system
Closed
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.