Allow <noscript> tag

This forum is primarily for reporting issues about Web Accessibility such as difficulty using mojoPortal with a screen reader or other assistive technology.

Post any feedback here related to improving the accessibility or usability of mojoPortal. As stated in our Accessibility documentation, it is an important goal of the project that both the front-end customer experience and the back end administration and content publishing features be accessible to as many people as possible. Ideally, if you post about problems, we will also be glad to have suggestions on how the problems can be fixed but all constructive feedback on these issues is welcome.

This thread is closed to new posts. You must sign in to post in the forums.
12/16/2010 3:34:52 AM
Gravatar
Total Posts 17

Allow <noscript> tag

Hi, 

First, congratulation by this amazing product you have created.

We are creating a portal that must implement accessibility Double A.

And one of point is that we must provide an alternative to javascript, provide a text equivalent with the NOSCRIPT element.

The problem is that the NeatHTML doesn't allow.

Any away to work around?

Thank's in advance 

:)

 

 

 

12/16/2010 6:02:27 AM
Gravatar
Total Posts 18439

Re: Allow <noscript> tag

NeatHtml is designed to prevent script from executing, you can wrap it around untrusted content (ie content from other sites or content created by untrusted users such as in the forums) to make sure the no script in the content will be executed.

Since no script is expected there, there is no real reason to support <noscript> there in fact trying to do so may make it harder to prevent <script>

12/16/2010 8:43:44 AM
Gravatar
Total Posts 17

Re: Allow <noscript> tag

Hi,

Thanks for reply.

But I think it's not the solution.

The content inside noscript tag it must only be visible when javascritp is disable in the browser.

Doing that will (wrap it around untrusted content) the content will always be visible.

Thanks again 

 

12/16/2010 9:00:30 AM
Gravatar
Total Posts 18439

Re: Allow <noscript> tag

neither script nor noscript elements should be inside the UnTrustedContent control, if you put it inside there then you don't understand the purpose of the control.

12/16/2010 9:45:56 AM
Gravatar
Total Posts 17

Re: Allow <noscript> tag

I understood the purpose of the control.

The problem was other, it's now solved. smiley

Thanks

You must sign in to post in the forums. This thread is closed to new posts.