__NOTOC__ magic word removed in a DiscussionTools edit: https://tr.wikipedia.org/?diff=26116676
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/services/parsoid | master | +9 -10 | [WIP] Lint fostered rendering transparent nodes |
Related Objects
Related Objects
- Mentioned In
- T269548: Parsoid doesn't detect fostered content from a table and causes corruption on DiscussionTools edits
- Mentioned Here
- T162919: Disable fostering lint error for category and other transparent tags
T269548: Parsoid doesn't detect fostered content from a table and causes corruption on DiscussionTools edits
Event Timeline
Comment Actions
I suspect this is just a fostered content issue. Didn't Linter flag this page with that error?
Comment Actions
Oh, you're right, I didn't notice that it was in the wrong position. I guess this is a dupe of T269548 then?
Comment Actions
Didn't Linter flag this page with that error?
The linter skips rendering transparent nodes from T162919
https://github.com/wikimedia/parsoid/blob/master/src/Wt2Html/PP/Processors/Linter.php#L1239
Comment Actions
Change 721355 had a related patch set uploaded (by Arlolra; author: Arlolra):
[mediawiki/services/parsoid@master] [WIP] Lint fostered rendering transparent nodes