view etc/schema/xhtml-meta.rnc @ 96773:8b4d07d37cc5

(change_frame_size): Remove extern declaration. (resize_event, maybe_generate_resize_event): Pass SAFE arg to change_frame_size.
author Jason Rumney <jasonr@gnu.org>
date Thu, 17 Jul 2008 21:51:46 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Meta Module

meta = element meta { meta.attlist }
meta.attlist =
  I18n.attrib,
  attribute http-equiv { NMTOKEN.datatype }?,
  attribute name { NMTOKEN.datatype }?,
  attribute content { text }?,
  attribute scheme { text }?
head.content &= meta*