意外的值对齐解析preserveAspectRatio属性Firefox错误
有谁知道这个警告/错误在 Firefox 中意味着什么:
解析preserveAspectRatio 属性时出现意外的值对齐。
Does anyone have any idea what this warning/error means in firefox:
Unexpected value align parsing preserveAspectRatio attribute.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这似乎是 youtube iframe 嵌入方法的问题。我遇到了同样的问题,如果您使用旧的嵌入方法(HTML 标签),问题就解决了。
It appears to be an issue with the youtube iframe embed method. I had the same issue and it's solved if you use the old embed method (HTML tag).
看起来在未正确解析的元素上设置了一个
preserveAspectRatio
属性。你想在 JavaScript 中做什么?
That looks like that there's a
preserveAspectRatio
attribute set on an element that isn't getting parsed correctly.What are you trying to do in your JavaScript?