Kaltura stores important information in the rel attribute of the span tag. Kaltura's JS then picks up that information, and replaces the span with a proper video embed.
Here is what Kaltura HTML looks like:
<span class="kaltura-media" rel="1_9jvcbo3f::video"><img src="https://cdnsecakmi.kaltura.com/p/999999/sp/9999154100/thumbnail/entry_id/1_9jvcbo3f/version/100000" /></span></p>
In the assignments tool an instructor can respond to a student with embedded comments like thisThis creates ins and del tags which are two valid semantic html tags.http://www.htmlquick.com/reference/tags/ins.htmlhttp://www.htmlquick.com/reference/tags/del.html
this
Merged kernl-1.3.x r123608.
Changing status to verified on the basis of successful testing of KNL-1061.
Integrated in kernel-trunk #665 (See http://builds.sakaiproject.org:8080/job/kernel-trunk/665/) Anti-samy should allow ins tag, del tag, and span rel attributes (Revision 123381)
Result = SUCCESS
This is a blocker because of the problem with assignments
Ready for QA
Kaltura stores important information in the rel attribute of the span tag. Kaltura's JS then picks up that information, and replaces the span with a proper video embed.
Here is what Kaltura HTML looks like:
<span class="kaltura-media" rel="1_9jvcbo3f::video"><img src="https://cdnsecakmi.kaltura.com/p/999999/sp/9999154100/thumbnail/entry_id/1_9jvcbo3f/version/100000" /></span></p>
In the assignments tool an instructor can respond to a student with embedded comments like
this
This creates ins and del tags which are two valid semantic html tags.
http://www.htmlquick.com/reference/tags/ins.html
http://www.htmlquick.com/reference/tags/del.html