Skip to content

Commit

Permalink
Move “manifest” attribute to legacy-attributes list
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Nov 7, 2022
1 parent 5eb52a9 commit 175e62d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions schema/.drivers/legacy.rnc
Expand Up @@ -1507,3 +1507,12 @@ datatypes w = "http://whattf.org/datatype-draft"
button.reset.attrs &= legacy.attrs.datasrc?
button.button.attrs &= legacy.attrs.datasrc?
table.attrs &= legacy.attrs.datasrc?

## manifest attribute

html.attrs.manifest =
attribute manifest {
string
}

html.attrs &= html.attrs.manifest?
9 changes: 0 additions & 9 deletions schema/html5/applications.rnc
Expand Up @@ -95,15 +95,6 @@ datatypes w = "http://whattf.org/datatype-draft"
)
}

## obsolete “manifest” attribute (non-conforming; see assertions for error)

html.attrs.manifest =
attribute manifest {
text
}

html.attrs &= html.attrs.manifest?

## Progess Indicator: <progress>

progress.elem =
Expand Down

0 comments on commit 175e62d

Please sign in to comment.