On 12/11/2016 01:32 AM, Graham Percival wrote:
I'm still not convinced that a div with ID and class is actually
needed. Can you remember the specific example?
Well... I can't remember it at this point. Basically a case where there
were a number of items that each shared a style (via a class
On Mon, Dec 05, 2016 at 01:13:26PM -0500, Paul wrote:
> On 12/05/2016 12:35 PM, Graham Percival wrote:
>
> >>This would be good to have in general and more intuitive for
> >>those used to html.
> >I'm not convinced.
>
> As someone who knew html and went through the process of figuring out how to
On 12/05/2016 12:35 PM, Graham Percival wrote:
On Mon, Dec 05, 2016 at 11:49:27AM -0500, Paul wrote:
For the website I'm thinking about adding a macro that can create a div with
both an ID and classes.
Why? What problem would this solve?
That there's no way to create a div that has both an
On Mon, Dec 05, 2016 at 11:49:27AM -0500, Paul wrote:
> For the website I'm thinking about adding a macro that can create a div with
> both an ID and classes.
Why? What problem would this solve?
> This would be good to have in general and more intuitive for
> those used to html.
I'm not convinc
For the website I'm thinking about adding a macro that can create a div
with both an ID and classes. This would be good to have in general and
more intuitive for those used to html. For example:
@macro div {ID, CLASSES}
@html
@end html
@end macro
Used like so:
@div {an-id,first