w3c / encrypted-media

Encrypted Media Extensions
https://w3c.github.io/encrypted-media/
Other
180 stars 80 forks source link

Workaround for several respec issues #430

Closed plehegar closed 7 years ago

plehegar commented 7 years ago

Address #416 adds dfn elements to prevent the warning. This does change several from idf-def- to dom- but I think that's fine Changed WebIDL to WEBIDL (to follow respec)

Address #428 the JS highlighter doesn't tolerate anchor elements so they get removed before the postProcess has the time to do its job (in particular adding the innerHTML). Added processing during the preprocessor to go around the limitation. It's no longer possible to preserve the links in the example unfortunately,