--- title: Polyfill (ポリフィル) slug: Glossary/Polyfill tags: - CodingScripting - Glossary translation_of: Glossary/Polyfill --- <p>ポリフィルとは、最近の機能をサポートしていない古いブラウザーで、その機能を使えるようにするためのコードです。大抵はウェブ上の JavaScript です。</p> <p>例えば、ポリフィルは Microsoft Internet Explorer 7 で Silverlight プラグインを使用して HTML Canvas 要素の機能を疑似的に実現したり、CSS の rem 単位や {{cssxref("text-shadow")}} などを疑似的に実現したりできます。</p> <h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> <h3 id="General_knowledge" name="General_knowledge">一般知識</h3> <ul> <li><a href="https://remysharp.com/2010/10/08/what-is-a-polyfill">What is a polyfill?</a> (この単語の創案者である Remy Sharp による記事)</li> </ul>