hepheir / Python-HTML-Parser

🔥 beautifulsoup으로는 만족못해서 만들어보는 Python3.9 버전의 html 파싱기
MIT License
2 stars 0 forks source link

Implement interface `DocumentFragment` #24

Closed hepheir closed 3 years ago

hepheir commented 3 years ago

https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-B63ED1A3

Interface DocumentFragment

IDL Definition

interface DocumentFragment : Node {
};