Is there a machine-readable version of HTML5 specs?

后端 未结 5 1065
日久生厌
日久生厌 2020-12-28 18:51

I\'m looking for a machine-readable version of the HTML5 specs, akin to a DTD, although any format would do as long as it\'s parsable.

The HTML5 specs don\'t seem to

5条回答
  •  不知归路
    2020-12-28 19:30

    NEW as of April 2019 The WHATWG HTML5 spec as JSON, although very incomplete and a work in progress.

    Uses Python to parse the multipage standard.

    Full disclosure: I made this.

    See also

    HTML5 RelaxNG schemas

提交回复
热议问题