Skip to content

Commit

Permalink
Attempt to resolve RFE 3500814, add pgwide to informalexample and inf…
Browse files Browse the repository at this point in the history
…ormalequation
  • Loading branch information
ndw committed Apr 23, 2012
1 parent 8773ef0 commit a2205c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions relaxng/schemas/docbook/math.rnc
Expand Up @@ -93,6 +93,8 @@ div {
db.informalequation.role.attribute?
& db.common.attributes
& db.common.linking.attributes
& db.pgwide.attribute?
& db.floatstyle.attribute?

db.informalequation.info = db._info.title.forbidden

Expand Down
4 changes: 2 additions & 2 deletions relaxng/schemas/docbook/pool.rnc
Expand Up @@ -2064,15 +2064,15 @@ div {
db.informalexample.role.attribute = attribute role { text }

db.informalexample.width.attribute = db.width.characters.attribute

db.informalexample.pgwide.attribute = db.pgwide.attribute
db.informalexample.floatstyle.attribute = db.floatstyle.attribute

db.informalexample.attlist =
db.informalexample.role.attribute?
& db.common.attributes
& db.common.linking.attributes
& db.informalexample.floatstyle.attribute?
& db.informalexample.width.attribute?
& (db.informalexample.width.attribute | db.informalexample.pgwide.attribute)?

db.informalexample.info = db._info.title.forbidden

Expand Down

0 comments on commit a2205c3

Please sign in to comment.