Ticket #3 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

lh does not work in blocks

Reported by: richcollins@… Owned by: why
Priority: critical Milestone: 0.5
Component: gem Version: 0.4
Keywords: Cc:

Description

ul do

lh.foo "Hello"

end

Change History

Changed 3 years ago by murphy@…

what's lh?

Changed 3 years ago by richcollins@…

List Header:

<ul>

<lh>This is a list</lh> <li>This is an item</li>

</ul>

Changed 3 years ago by murphy@…

doesn't seem to be HTML standard. You can add it to Markaby::TAGS yourself if you want:

Markaby::TAGS << :lh

the problem with this code seems to be the #foo: Fragments don't know how to handle it. you must tell Markaby that "lh" is a tag to get it working, or remove the #foo call.

Changed 2 years ago by why

  • owner changed from somebody to why
  • status changed from new to assigned
  • milestone set to 0.5

Okay, so we need the following changes:

* Allow new tags/attributes to be added. * Or, if @auto_validation == false, make sure CssProxy? objects are given back.

Changed 2 years ago by why

  • version changed from 0.4 to 0.5

Changed 2 years ago by why

  • version changed from 0.5 to 0.4
  • milestone set to 0.5

Changed 2 years ago by why

  • status changed from assigned to closed
  • resolution set to wontfix

Yeah, there's no support for non-standard tags yet.

Note: See TracTickets for help on using tickets.