View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020743 | MMW 5 | General | public | 2024-03-20 09:40 | 2024-03-30 21:09 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.1 | ||||
Summary | 0020743: tr elements without table parent and without td children | ||||
Description | Sort by div in auto-playlist editor with data-id="vtSortRules" contains <tr> elements, without <table> parent. This is not standard (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr): "The <tr> may be placed as a direct child of its parent <table> element, but only if the <table> has no child <tbody> elements, and only after any <caption>, <colgroup>, and <thead> elements. Otherwise, the parent must be a <thead>, <tbody>, or <tfoot> element." These <tr> elements have child div elements without using <td> or <th> elements, which is also not standard. I don't know if you are using such thing in another places in the program, I just found this code with Inspect Element after trying to skin properly the Sort by elements. | ||||
Tags | No tags attached. | ||||
Fixed in build | 3007 | ||||