Skip to content

Commit ae4702d

Browse files
committed
Finished separating Microdata spec from main HTML5 spec.
Adding first draft of HTML5 spec without any structured data features. Adding first draft of separate Microdata specification.
1 parent 1ab3719 commit ae4702d

15 files changed

+3484
-0
lines changed

configs/html5-nosemantics.conf

Lines changed: 431 additions & 0 deletions
Large diffs are not rendered by default.

configs/microdata.conf

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# This file was auto-generated using the microsplit.py tool.
2+
#
3+
# You may edit this file in a number of ways and process it using the
4+
# microjoin.py tool to create an entirely new specification. To create a new
5+
# specification, copy this file to the "configs" directory in your repository
6+
# and start modifying it.
7+
#
8+
# * To delete a section, delete any line from the list below.
9+
# * To add a section, insert a line like the folowing:
10+
# include YOUR_MICROSECTION_FILE
11+
# * To apply a patch to the final, combined file, do the following:
12+
# (NOT IMPLEMENTED YET)
13+
# * To construct a new source document, run the following command:
14+
# ./bin/microjoin.py THIS_CONFIGURATION_FILE THE_OUTPUT_FILE
15+
#
16+
include headers/header-w3c-microdata
17+
include build/header
18+
include build/table-of-contents
19+
include build/microdata
20+
include build/microdata-introduction
21+
include build/microdata-introduction-overview
22+
include build/microdata-introduction-the-basic-syntax
23+
include build/microdata-introduction-typed-items
24+
include build/microdata-introduction-selecting-names-when-defining-vocabularies
25+
include build/microdata-introduction-predefined-vocabularies
26+
include build/microdata-introduction-using-the-microdata-dom-api
27+
include build/microdata-encoding-microdata
28+
include build/microdata-encoding-microdata-the-microdata-model
29+
include build/microdata-encoding-microdata-items:-the-item-attribute
30+
include build/microdata-encoding-microdata-associating-names-with-items
31+
include build/microdata-encoding-microdata-names:-the-itemprop-attribute
32+
include build/microdata-encoding-microdata-values
33+
include build/microdata-microdata-dom-api
34+
include build/microdata-predefined-vocabularies
35+
include build/microdata-predefined-vocabularies-general
36+
include build/microdata-predefined-vocabularies-vcard
37+
include build/microdata-predefined-vocabularies-vevent
38+
include build/microdata-predefined-vocabularies-licensing-works
39+
include build/microdata-converting-html-to-other-formats
40+
include build/microdata-converting-html-to-other-formats-json
41+
include build/microdata-converting-html-to-other-formats-rdf
42+
include build/microdata-converting-html-to-other-formats-vcard
43+
include build/microdata-converting-html-to-other-formats-icalendar
44+
include build/microdata-converting-html-to-other-formats-atom
45+
include build/iana-considerations-application-microdata-json
46+
47+
include microsections/microdata/changes-to-html5
48+
include microsections/microdata/global-attributes
49+
include microsections/microdata/extensions-to-the-dom
50+
include microsections/microdata/htmlpropertycollection
51+
include microsections/microdata/drag-drop-semantics
52+
53+
include microsections/microdata/the-link-element
54+
include microsections/microdata/the-meta-element
55+
include microsections/microdata/content-models
56+
57+
include build/index

0 commit comments

Comments
 (0)