Ticket #1959 (closed defect: fixed)

Opened 2 years ago

Last modified 14 months ago

Documentation summaries need HTML escapes

Reported by: peller Owned by: pottedmeat
Priority: normal Milestone: 1.0
Component: Doc parser Version: 0.4
Severity: normal Keywords:
Cc:

Description

http://dojotoolkit.org/api/#dojo.widget.DropdownDatePicker

see onInputChange()

"<input>" is used in the summary of this method. The special HTML characters should be escaped. I don't think the specification allows for markup, so we don't need to worry about how to specify raw markup...

Change History

Changed 2 years ago by bill

  • owner changed from neil to pottedmeat

Actually, Neil (Robert)'s bugdb account is pottedmeat.

Changed 2 years ago by peller

Yep. Documentation bugs were automatically getting assigned to 'neil'. dmachi is fixing this for us right now.

Changed 23 months ago by peller

  • owner changed from pottedmeat to owen

Owen, I'm guessing perhaps this is an API tool thing and not the responsibility of the parser. Neil hasn't provided any feedback on this.

Changed 22 months ago by dylan

  • milestone set to 0.9

Changed 16 months ago by owen

  • owner changed from owen to pottedmeat.

Neil, this is all on you at this point, I'm not doing any API tool development.

Changed 16 months ago by owen

  • owner changed from pottedmeat. to pottedmeat

Changed 14 months ago by pottedmeat

  • status changed from new to closed
  • resolution set to fixed

There is a way to do this in Markdown, the default format we'll be using in docs.

Note: See TracTickets for help on using tickets.