These are currently implements in WT->HTML but not the other way around. Blocking further work on TOC status in VE - gerrit 95103.
Version: unspecified
Severity: normal
These are currently implements in WT->HTML but not the other way around. Blocking further work on TOC status in VE - gerrit 95103.
Version: unspecified
Severity: normal
This seems a bug in serializing new meta tags without data-parsoid. See below. Taking this and fixing.
[subbu@earth lib] echo "NOTOC" | node parse --fetchConfig false --wt2wt
NOTOC
[subbu@earth lib] echo "<meta property='mw:PageProp/notoc' data-parsoid='{"src":"NOTOC","magicSrc":"NOTOC"}'/>" | node parse --html2wt
NOTOC
[subbu@earth lib] echo "<meta property='mw:PageProp/notoc' />" | node parse --html2wt
notoc
Change 95574 had a related patch set uploaded by Subramanya Sastry:
(Bug 56983) Correctly serialize magic words added on client
Change 95574 merged by jenkins-bot:
(Bug 56983) Correctly serialize magic words added on client
(In reply to comment #3)
Change 95574 merged by jenkins-bot:
(Bug 56983) Correctly serialize magic words added on client
Does this mean this bug can be marked as FIXED?
Change 101262 had a related patch set uploaded by GWicke:
Merge "(Bug 56983) Correctly serialize magic words added on client"
Change 101298 had a related patch set uploaded by GWicke:
(Bug 56983) Correctly serialize magic words added on client
Change 101262 merged by GWicke:
Merge "(Bug 56983) Correctly serialize magic words added on client"
Change 101298 merged by GWicke:
(Bug 56983) Correctly serialize magic words added on client