[AngularJS] Re: Is it possible to create a web using AngularJS and at the same time can pass the tests of compatibility WAI and accessibility AAt

2017-04-26 Thread rrodriguez
Thanks for your Help.

We have been using angularJS a lot in our works. 
But in this new project We are especially obliged by our clients to comply with 
the accessibility standards in order to apply the WAI-AA logo.


In this case we do not have experience and we could not give confirmation to 
our clients.

Searching the Web we did not find a resounding YES and we began to doubt

Thanks again. 

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: Is it possible to create a web using AngularJS and at the same time can pass the tests of compatibility WAI and accessibility AAt

2017-04-27 Thread rrodriguez
Hi Sander, 

Thank you very much for your help. 

I appreciate your comments and your help since I was a little lost and in many 
other forums, like stackoverflow, nobody answered me. Now I have more base and 
material on which to investigate and I am becoming more clear the possibilities 
of AngularJS in the world of accessibility.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] AngularJS + W3C + WAI- AA accesibility level Is it possible to create a web using AngularJS and at the same time can pass the tests of compatibility WAI and accessibility AA level

2017-04-25 Thread rrodriguez


AngularJS uses Javascript, uses tag modifiers with specific names and 
content created at runtime.

Even so, AngularJS is equipped with tools to solve these problems:

   - 
   
   Javascript is not prohibited on Web WAI (If used in right way)
   - 
   
   Modifiers can start with data-ng-keyword
   - 
   
   It makes use of the module NG-ARIA attributes that convey state or 
   semantic information about the application for users of assistive 
   technologies, such as screen readers.
   
Does anyone know if there is any point that I have not considered and where 
AngularJS could present an insurmountable problem if I want my development 
to be signed as WAI-AA and accessible?

At least I would be very happy of knowing if there are some document that 
guides me in the best practices to make compatible AngularJS with the 
requirements that W3C asks us to mark the Web as accessible type WAI-AA

Some good document where I can learn the points that I must take care of 
during the development of my Web AngularJS so that it ends up being 
accessible type WAI-AA.


Only wanted to know experiences from other users who tried to validate as 
accesible Webs created with angularjs and if finally was very hard to make 
compatible.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Is it possible to create a web using AngularJS and at the same time can pass the tests of compatibility WAI and accessibility AAt

2017-04-25 Thread rrodriguez
AngularJS uses Javascript, uses tag modifiers with specific names and content 
created at runtime.


Even so, AngularJS is equipped with tools to solve these problems:

- Javascript is not prohibited on Web WAI (If used in right way)

- Modifiers can start with data-ng-keyword

- It makes use of the module NG-ARIA attributes that convey state or semantic 
information about the application for users of assistive technologies, such as 
screen readers.


Does anyone know if there is any point that I have not considered and where 
AngularJS could present an insurmountable problem if I want my development to 
be signed as WAI-AA and accessible?



At least I would be very happy of knowing if there are some document that 
guides me in the best practices to make compatible AngularJS with the 
requirements that W3C asks us to mark the Web as accessible type WAI-AA


Some good document where I can learn the points that I must take care of during 
the development of my Web AngularJS so that it ends up being accessible type 
WAI-AA.

Thanks in advance.  

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Courious 3 Web development in same domain with Angularjs. Ideas how you would structure the development in Angularjs

2017-05-19 Thread rrodriguez
Hello,

We are in charge of a new courious and interesting development and our 
clients want to use Angularjs 1.X. But with a somewhat special structure.

In the same Web site We must create three webs that are really independent 
of each other.
This is because this Web application is going to be embedded inside a 
hardware, which We do not yet know what is it, but it runs a Web server 
internally. 

So far, for Us, it's all a normal Web server.

1) First of the developments would be a normal administration Web site, 
list, create or delete of LOGINS users. 
Our website only sends REST calls to an internal hardware service that 
manages its own user table.


2) Second development is a simple page with login form that only sends a 
REST data in that form to an internal hardware service and receives an OK 
or a KO according to the correct login. And in case of correct login, this 
Web show a text of OK but stay open in the browser and sending specific 
requests type REST to the internal hardware. The idea is, this page allways 
try to inform teh user that the session was opened correctly during the 
login and this session is in the internal hardware and that is because stay 
open sending requests.


3)The third application is a Web that opens it shows a series of data that 
the hardware sends you by REST type queries from this page to the internal 
hardware. This development would present pages with data, among which it is 
navigated and will make REST requests to the hardware.
This data query communication is only allowed by the internal hardware if 
the user has previously logged into the previous development page 2 and it 
remains open. Otherwise the hardware will not send REST data for security.


To answer our doubt, everything else and why this three separations in 
three development does not matter. Just keep in mind that there are 3 
separate web applications. The Web browser will be one inside that hardware 
but even so we will not consider it now.


We ask for help in the form of a brainstorm on how to use Angularjs in this 
development in the easiest way and siemrpe only thinking that we only do 
the front-end, REST communication structures will be given to us and will 
be JSON type.


Our idea, in a first look,  is that each of these three development is a 
tipical SPA page (single page angularjs). And each one works independently.

In the JS folder we create a common folder for all common Angularjs 
libraries and then three folders, one for each development, which will 
contain the specific filters, controllers and tipical initialization app.js 
for every Web. And three VIEWS folders each with html includes of each Web 
development.

Keep in mind that each development are a page open in each tab of the 
browser, so if we needed to communicate each development with the other, we 
had planned to do it with LOCALSTORAGE.

It would be simple communications such as sharing whether on a Web page is 
LOGIN or not LOGIN or minimally share JSON type data, but very little.

Any other ideas about how to estructure the angular development? You think 
that our idea of ​​how to face development is well posed or possible 
improvements.

We hope these approaches are interesting for others and to know more about 
the psularities of Angularjs

Sorry my English and thanks in advance. 

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.