We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老师好,在 dom/css.md 中的描述关于 window.getComputedStyle() 方法的描述”该方法返回的 CSSStyleDeclaration 实例的cssText属性无效,返回undefined“似乎有误,实际在浏览器中测试返回的应该是空字符串而不是 undefined。
cssText
undefined
在W3C中看到一处 change:CSSStyleDeclaration.cssText now returns the empty string for computed style.
The text was updated successfully, but these errors were encountered:
2092d3b
谢谢指出,已经更正。
Sorry, something went wrong.
No branches or pull requests
老师好,在 dom/css.md 中的描述关于 window.getComputedStyle() 方法的描述”该方法返回的 CSSStyleDeclaration 实例的
cssText
属性无效,返回undefined
“似乎有误,实际在浏览器中测试返回的应该是空字符串而不是 undefined。在W3C中看到一处 change:CSSStyleDeclaration.cssText now returns the empty string for computed style.
The text was updated successfully, but these errors were encountered: