The title in the first heading should be enclosed by an element with a dir and a lang attribute based on the page content language.
https://fa.wikipedia.org/wiki/3GP_%D9%88_3G2?action=edit&veswitched=1&uselang=de has currently:
<h1 id="firstHeading" class="firstHeading">Bearbeiten von „3GP و 3G2“</h1>
to avoid the bidi problem it should be
<h1 id="firstHeading" class="firstHeading">Bearbeiten von „<bdi dir="rtl" lang="fa">3GP و 3G2</bdi>“</h1>
See Also:
https://phabricator.wikimedia.org/T4865
https://phabricator.wikimedia.org/T65880