VideoPress v5: Investigate cases where app markup differs to the web #6682
Labels
Jetpack
Bug or feature related to Jetpack
[Type] Enhancement
Improves a current area of the editor
Video block
There are some cases where the markup produced in the app differs to the web.
For example, on the web, the
videoPressClassNames
andtitle
attributes are added to the block's markup for the following site types:videoPressClassNames
title
The
videoPressClassNames
andtitle
attributes are never added to the markup in the app.In addition, there is an edge case, as described here, where manually adding a
videos.files.wordpress.com/*
URL automatically converts to avideopress.com/*
URL in the app, but not on the web.These changes are non-breaking, but would be nice to resolve in order for the markup to always be consistent across platforms.
The text was updated successfully, but these errors were encountered: