[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Attributes on HTML tables?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Attributes on HTML tables? |
Date: |
Sun, 07 Apr 2013 22:48:48 +0200 |
Christian Moe <address@hidden> writes:
> But what is it that nees to be supported, and why couldn't you just pass
> through *whatever* :attribute value pair the user puts in attr_html?
Does every possible attribute follow attribute="value" pattern? Aren't
there single keywords? If they are that regular, we can indeed walk the
plist like a list and change
(:key1 val1 :key2 val2 ...)
into
key1="val1" key2="val2"
If there are irregular keywords, the export back-end needs to know about
them.
Also, if attributes are provided, I assume defaults should be ignored
altogether. Or do we need to create the union between default values and
provided attributes?
Regards,
--
Nicolas Goaziou
- [O] Attributes on HTML tables?, François Pinard, 2013/04/06
- Re: [O] Attributes on HTML tables?, Bastien, 2013/04/07
- Re: [O] Attributes on HTML tables?, Christian Moe, 2013/04/07
- Re: [O] Attributes on HTML tables?, Nicolas Goaziou, 2013/04/07
- Re: [O] Attributes on HTML tables?, Christian Moe, 2013/04/07
- Re: [O] Attributes on HTML tables?,
Nicolas Goaziou <=
- Re: [O] Attributes on HTML tables?, Christian Moe, 2013/04/08
- Re: [O] Attributes on HTML tables?, François Pinard, 2013/04/10
- Re: [O] Attributes on HTML tables?, Eric Abrahamsen, 2013/04/11
- Re: [O] Attributes on HTML tables?, Bastien, 2013/04/12
- Re: [O] Attributes on HTML tables?, Eric Abrahamsen, 2013/04/12
- Re: [O] Attributes on HTML tables?, Bastien, 2013/04/12
- Re: [O] Attributes on HTML tables?, François Pinard, 2013/04/12
- Re: [O] Attributes on HTML tables?, Eric Abrahamsen, 2013/04/12
- Re: [O] Attributes on HTML tables?, Eric Abrahamsen, 2013/04/13
- Re: [O] Attributes on HTML tables?, Rick Frankel, 2013/04/13