Roundup Tracker - Issues

Issue 2550710

classification
Classic template binary search: Too HTML4 specific
Type: Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed wont fix
:
: : ber, rouilj
Priority: :

Created on 2011-07-01 15:29 by ber, last changed 2024-07-16 22:47 by rouilj.

Messages
msg4322 Author: [hidden] (ber) Date: 2011-07-01 15:29
Split out from issue2550648 (Should be possible to search for matching 
several keywords (keyword1 AND keyword2) especially from
msg4302:

|The KeywordEditor module attempts to inject HTML by means of 
the "innerHTML" DOM attribute. However, that only works with HTML 4, 
but not XHTML. Since otherwise Roundup isn't tied to HTML 4 (in fact, 
it has a config value to set whether XHTML should be generated), I 
think this needs to be fixed, too.
msg5788 Author: [hidden] (rouilj) Date: 2016-07-09 00:04
Well to fix the issue with the dissapearing edit link after using
the expression editor, I am adding outerHTML to fix it.

I assume that is not supported to manipulate the dom in XHTML either.

I guess that begs the question, do we just want to dump xhtml and go
with straight html 5?
msg8103 Author: [hidden] (rouilj) Date: 2024-07-16 22:47
With the sunsetting of XHTML, I am closing this as won't fix.
HTML5/HTML4 both support the currently implemented mechanism for
modifying the HTML.
History
Date User Action Args
2024-07-16 22:47:11rouiljsetstatus: new -> closed
resolution: wont fix
messages: + msg8103
2016-07-09 00:04:09rouiljsetnosy: + rouilj
messages: + msg5788
2011-07-01 15:29:16bercreate