DR 10-0029 VML, Main: unqualified div elements in v:textbox elements

MURATA Makoto (FAMILY Given) eb2m-mrt at asahi-net.or.jp
Wed Sep 29 03:38:19 CEST 2010


I forgot to provide a RNG schema

Vml-main.rnc has

v_CT_Textbox =
  v_AG_Id,
  v_AG_Style,
  attribute inset { xsd:string }?,
  o_singleclick?,
  o_insetmode?,
  (w_txbxContent?)


Its last line has to be modified:

  (w_txbxContent? | anyHTMLElementAsLocalElement)

where 

anyHTMLElementAsLocalElement = element local:* { anyAttribute*, text?, anyHTMLElementAsLocalElement* }

where

namespace local = ""


Cheers,
Makoto


More information about the sc34wg4 mailing list