Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
editor.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2014 at 11:19 UTC
Updated:
6 Feb 2015 at 12:24 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #1
idebr commentedScreenshot before:

Screenshot after:

Comment #2
aspilicious commentedComment #3
alexpottThe
<em>is odd here.<em>is for emphasis but we're putting the text in brackets () to visually de-emphasise it... how about we just remove the<em>.Comment #4
idebr commentedI agree the
<em>tag is semantically incorrect, just the parentheses should do. I have updated the patch and issue summary accordingly.Comment #5
Bojhan commentedAlexpott is correct here. I dont really see much point in demphasising this either. This error message is also written a little weird (rare cases?), but thats probally another issue.
Comment #6
idebr commented@Bojhan Would the error be better on a single line without the parentheses? I'm looking for a way forward, since there is a bug in the markup but it current cannot be resolved because we are unable to decide on the contents of the markup :)
Comment #7
wim leers#4 is exactly what Alex wanted, and what Bojhan +1'd, so RTBCing.
Comment #10
idebr commentedSettings back to RTBC per #7
Comment #11
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed d70f9dd and pushed to 8.0.x. Thanks!