搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Why a img tag with negative width value don't render itself on ff?

  • 1 回覆
  • 2 有這個問題
  • 15 次檢視
  • 最近回覆由 Shadow110

more options

the HTML spec say so that the width and height attributes must be positive integers, but have no mention on what browser should do if it's a negative value. Other browsers ignore the attribute with a invalid attribute and render the tag with the width default value. ``````

the HTML spec say so that the width and height attributes must be positive integers, but have no mention on what browser should do if it's a negative value. Other browsers ignore the attribute with a invalid attribute and render the tag with the width default value. ```<img src="img.png" width="-1">```

被選擇的解決方法

W3C (World Wide Web Consortium in charge of rules and practises web browsers and web pages is what Mozilla follows. Firefox is playing rather strict these days. May find it breaks in a update for another browser sooner or later.

If it does not pass https://validator.w3.org/ for HTML or https://jigsaw.w3.org/css-validator/ for CSS then you are doing it wrong.

Making exceptions to rules is not abiding by the rules.

You'll have to hit up some coding places/forums for help. I do some but not enough to help you.

Note : Firefox 57 Quantum release date Nov 14th https://www.mozilla.org/en-US/firefox/quantum/ Note : Legacy Extensions will be disabled and or removed.

Please let us know if this solved your issue or if need further assistance.

從原來的回覆中察看解決方案 👍 1

所有回覆 (1)

more options

選擇的解決方法

W3C (World Wide Web Consortium in charge of rules and practises web browsers and web pages is what Mozilla follows. Firefox is playing rather strict these days. May find it breaks in a update for another browser sooner or later.

If it does not pass https://validator.w3.org/ for HTML or https://jigsaw.w3.org/css-validator/ for CSS then you are doing it wrong.

Making exceptions to rules is not abiding by the rules.

You'll have to hit up some coding places/forums for help. I do some but not enough to help you.

Note : Firefox 57 Quantum release date Nov 14th https://www.mozilla.org/en-US/firefox/quantum/ Note : Legacy Extensions will be disabled and or removed.

Please let us know if this solved your issue or if need further assistance.