Skip to content

IE에서 이미지의 alt가 null인경우 감지 못함 #7

@hyeonseok

Description

@hyeonseok
<img width="223" height="109" alt="Daum" src="http://icon.daumcdn.net/w/c/12/03/77951173032424319.png" /><!-- img 요소 -->
<img width="223" height="109" alt="" src="http://icon.daumcdn.net/w/c/12/03/77951173032424319.png" /><!-- alt 값이 빈 img 요소 -->
<img width="223" height="109" src="http://icon.daumcdn.net/w/c/12/03/77951173032424319.png" /><!-- alt 속성이 없는 img 요소 -->

로 테스트 했을 경우 IE는 alt가 없어도 'alt가 빈 값'으로 처리한다고 함

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions