I'm attempting to get one of my projects to css/xhtml validate and I'm running into a lot of problems with the radeditor control. It's giving me ~50 css errors/page. Here's a quick subset:
Is there any way to get this control to validate?
870 | .reTool span | Property _display doesn't exist : inline |
885 | .reToolbar .reTool_text | Property _display doesn't exist : inline |
898 | .reToolbar .reTool_text span | Property _display doesn't exist : inline |
921 | * html .RadEditor .reSplitButton | Property _display doesn't exist : inline-block |
Is there any way to get this control to validate?