Closed (fixed)
Project:
WYSIWYG Filter (D7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 19:16 UTC
Updated:
16 Oct 2017 at 20:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vinmassaro commentedComment #2
golddragon007 commentedYes, this patch allow inline-block, however, I think this is not the right way, good solution. I don't know what want to do this: '(?:inline-)?table' (I think this allow only inline-table and table), but I'm nearly sure all inline-* are filtered out. So more likely you need to create an expression like this:
table-(?:(?:row|header|group|column)-group|row|column|cell|caption)And also I think we can allow all inline-* attributes...
Comment #3
geek-merlin#1 only adds inline-block to the line so #2 does not talk about the patch.
Comment #6
geek-merlin