Jump to content
  • 0

атрибут width для <img>


{tktu
 Share

Question

вот тут написано

Допускается использовать значения в пикселах или процентах.

но запись типа width="100%" не проходит валидацию (проверял для html5). поправьте меня, если я не прав. в спецификации сказано

The attributes, if specified, must have values that are valid non-negative integers.
. в итоге выходит нельзя использовать проценты?
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

но запись типа width="100%" не проходит валидацию (проверял для html5)

:blink:

Запись

<img src="images/img.png" width="100%" alt="11" >

(проверяла для html5) проходит валидацию.

Edited by Catherine
Link to comment
Share on other sites

  • 0

У меня и validator.w3.org, и html5.validator.nu выдают ошибку.

Bad value 100% for attribute width on element img: Expected a digit but saw % instead (ожидалась цифра, но обнаружен знак процента).

<img src="images/img.png" width="100%" alt="11" >

Syntax of non-negative integer:

One or more digits (0–9). For example: 42 and 0 are valid, but -273 is not.

Но зачем задавать 100%-ную ширину атрибутом, когда есть CSS?

Link to comment
Share on other sites

  • 0

У меня и validator.w3.org, и html5.validator.nu выдают ошибку.

Bad value 100% for attribute width on element img: Expected a digit but saw % instead (ожидалась цифра, но обнаружен знак процента).

<img src="images/img.png" width="100%" alt="11" >

Syntax of non-negative integer:

One or more digits (0–9). For example: 42 and 0 are valid, but -273 is not.

Но зачем задавать 100%-ную ширину атрибутом, когда есть CSS?

Прошу прощения за дезинформацию, выбрала пункт Validate HTML fragment в validator.w3.org, блондинка :( Действительно, выдает ошибку.

Ушла читать документацию

Edited by Catherine
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy