﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12520	Language plugin: frustrating <span> expansion	Wim Leers		"Over at https://www.drupal.org/node/1993928, we're working on shipping the Language plugin with Drupal 8 core. It will not be enabled by default, but it will be 'available' by default, hence making it simple to meet WCAG2, which is required by many governments.

It's working well in general, except… that the way it handles `<span>`s is extremely frustrating.

If you write

{{{
<p><span dir=""ltr"" lang=""nl"">Hallo, wereld!</span></p>
}}}

and you have your cursor at the end of that line and press enter (to start a new paragraph) and type something, you'll get:

{{{
<p><span dir=""ltr"" lang=""nl"">Hallo, wereld!</span></p>
<p><span dir=""ltr"" lang=""nl"">foo</span></p>
}}}

Where you'd really expect the language span to not be applied to this new paragraph."	Bug	confirmed	Normal		General	4.4.5		Drupal	wim.leers@…
