all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Daniel Nyström" <daniel.nystrom@timeterminal.se>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] xhtml-bform.rnc: Supplement missing input types
Date: Fri, 28 Jan 2011 11:01:59 +0100	[thread overview]
Message-ID: <AANLkTikF7L6PyBt5Hg4w21i5WQie3iFeNj=379dB0HwZ@mail.gmail.com> (raw)
In-Reply-To: <878vy5ew3h.fsf@stupidchicken.com>

2011/1/28 Chong Yidong <cyd@stupidchicken.com>:
> Daniel Nyström <daniel.nystrom@timeterminal.se> writes:
>
>> Attached a patch which just adds some previous missing xhtml (1.0 and
>> 1.1) input element types.
>
> Thanks, but this doesn't look right.  The contents of xhtml-bform.rnc
> are generated automatically from the schema posted by the W3C at
>
> http://www.w3.org/TR/2004/WD-xhtml-modularization-20040218/schema_module_defs.html
>
> where we see the following comment:
>
> <!--
> Basic Forms removes button, 'image' and 'file' input types.
> -->
>  <xs:simpleType name="InputType.class">
>      <xs:restriction base="xs:NMTOKEN">
>        <xs:enumeration value="text"/>
>        <xs:enumeration value="password"/>
>        <xs:enumeration value="checkbox"/>
>        <xs:enumeration value="radio"/>
>        <xs:enumeration value="submit"/>
>        <xs:enumeration value="reset"/>
>        <xs:enumeration value="hidden"/>
>      </xs:restriction>
>  </xs:simpleType>
>

Wasn't aware of the automatic generation (shouldn't that file be
generated at compile time..?) but this is where I found the
specifications:
http://www.w3.org/TR/xhtml1-schema/#xhtml1-strict

And as far as I can see, there's no mention of "basic form". How do we fix this?



  reply	other threads:[~2011-01-28 10:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-25 11:50 [PATCH] xhtml-bform.rnc: Supplement missing input types Daniel Nyström
2011-01-25 12:15 ` bug#7912: " Daniel Nyström
2011-01-28 18:13   ` Glenn Morris
2011-01-28  0:00 ` Chong Yidong
2011-01-28 10:01   ` Daniel Nyström [this message]
2011-01-28 17:13     ` Chong Yidong
2011-01-31  9:14       ` Daniel Nyström

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTikF7L6PyBt5Hg4w21i5WQie3iFeNj=379dB0HwZ@mail.gmail.com' \
    --to=daniel.nystrom@timeterminal.se \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.