일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- c# 추상 클래스
- 플러터
- Unity
- 다트 언어
- c# 윈폼
- 구조체
- 도커
- Python
- docker
- 포인터
- 깃
- git
- vim
- c#
- Houdini
- gitlab
- dart 언어
- Data Structure
- Algorithm
- c# winform
- HTML
- 유니티
- C# delegate
- C언어 포인터
- github
- jupyter
- c언어
- jupyter lab
- Flutter
- C++
Archives
- Today
- Total
목록fallback (1)
nomad-programmer
[Programming/HTML|CSS] 브라우저 간의 차이를 메꿔주는 폴리필(polyfill)
최신 브라우저라 하더라도 HTML5 스펙의 기능들이 어떤 브라우저에서는 되고, 어떤 브라우저에서는 안되는 것을 브라우저 파편화(browser fragmentation)이라고 한다. 이런 파편화를 줄이고 비슷하게라도 같은 결과를 만들기 위해 여러 가지 방법들을 동원하는데 이런 방법들을 통틀어 "심(shim)"이라고 부르며, "폴백(fallback)"이라 부르기도 한다. html5shim.js도 shim의 일종이다. https://github.com/aFarkas/html5shiv aFarkas/html5shiv This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer. - aFark..
Programming/HTML|CSS
2020. 8. 2. 02:28