Steps to reproduce:
- Start translating en:Tensor_product
- Using Google as the MT engine, start translating one by one from the top of the article
- As seen in the screenshot, the third section does not get translated. This happens again if you continue translating.
An error appears on the console although I'm not sure it is related
Method where this happens:
mw.cx.TranslationTracker.prototype.isExcludedFromValidation = function ( sectionModel ) { var excludedTypes = [ 'cxBlockImage', 'mwBlockImage', 'cxTransclusionBlock', 'mwTransclusionBlock', 'mwReferencesList', 'mwMath', 'definitionList', 'mwAlienBlockExtension', 'mwTable', 'list', 'mwHeading' ], childType = sectionModel.getChildNodeName(); return excludedTypes.indexOf( childType ) >= 0; };

