7
0
mirror of https://github.com/marado/RNID.git synced 2024-12-22 03:54:21 +00:00

iefp: incumprimento resolvido, novo incumprimento

This commit is contained in:
Marcos Marado 2019-04-03 12:47:15 +01:00
parent a11f4a1026
commit fcb1a43c41
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Esta tabela mostra casos de incumprimento do regulamento:
|---|---|---|---|---| |---|---|---|---|---|
| www.parlamento.pt | Vídeos disponibilizados em WMV, Canal Parlamento em Flash | [vídeo de audição](http://www.parlamento.pt/ActividadeParlamentar/Paginas/DetalheAudiencia.aspx?BID=99371), [canal parlamento](http://www.canal.parlamento.pt) | 2019/04/03 | 2015/03/25 | | www.parlamento.pt | Vídeos disponibilizados em WMV, Canal Parlamento em Flash | [vídeo de audição](http://www.parlamento.pt/ActividadeParlamentar/Paginas/DetalheAudiencia.aspx?BID=99371), [canal parlamento](http://www.canal.parlamento.pt) | 2019/04/03 | 2015/03/25 |
| www.dgae.min-economia.pt | Microsoft Office | [página com formulários OOXML](http://www.dgae.gov.pt/documentacao-/formularios.aspx) | 2019/04/03 | 2015/03/25 | | www.dgae.min-economia.pt | Microsoft Office | [página com formulários OOXML](http://www.dgae.gov.pt/documentacao-/formularios.aspx) | 2019/04/03 | 2015/03/25 |
| http://www.iefp.pt | Acessibilidade | [site não cumpre WCAG 2.0 AA](http://www.iefp.pt) | 2019/03/06 | 2016/01/05 | | http://www.iefp.pt | Acessibilidade | [site não cumpre WCAG 2.0 AA](http://www.iefp.pt) | 2019/04/03 | 2016/01/05 |
| www.rtp.pt | Flash e WMV | Páginas com informação sobre o uso de [Flash](http://media.rtp.pt/empresa/utilizacao/flash-player/) e [WMV](http://media.rtp.pt/empresa/utilizacao/windows-media-player/) | 2019/04/03 | 2015/06/07 | | www.rtp.pt | Flash e WMV | Páginas com informação sobre o uso de [Flash](http://media.rtp.pt/empresa/utilizacao/flash-player/) e [WMV](http://media.rtp.pt/empresa/utilizacao/windows-media-player/) | 2019/04/03 | 2015/06/07 |
| www.portugal.gov.pt | Acessibilidade | [site não cumpre WCAG 2.0 A](http://www.portugal.gov.pt) | 2019/03/06 | 2016/01/22 | | www.portugal.gov.pt | Acessibilidade | [site não cumpre WCAG 2.0 A](http://www.portugal.gov.pt) | 2019/03/06 | 2016/01/22 |
| lxi.cm-lisboa.pt | Flash | [Site Flash](http://lxi.cm-lisboa.pt/lxi/) | 2019/04/03 | 2015/06/07 | | lxi.cm-lisboa.pt | Flash | [Site Flash](http://lxi.cm-lisboa.pt/lxi/) | 2019/04/03 | 2015/06/07 |

View File

@ -13,8 +13,8 @@
## tidy is a great validator, but isn't catching the errors on this ## tidy is a great validator, but isn't catching the errors on this
## page as errors, even if it shows them as warnings... let's be hacky and pay ## page as errors, even if it shows them as warnings... let's be hacky and pay
## attention only on the current use case: ## attention only on the current use case:
#if [ "$(wget https://www.iefp.pt/ -o /dev/null -O - | grep "<img" |grep -v alt|wc -l)" -eq "0" ]; then ## 03/04/2019: XHTML is now valid, but there are empty headers now, in violation of levels A and AA
if [ "$(wget https://www.iefp.pt/ -o /dev/null -O -| tidy -e 2>&1|grep proprietary|wc -l)" -eq "0" ]; then if [ "$(wget https://www.iefp.pt/ -o /dev/null -O -| hxnormalize -x -l 10000|hxselect h2 -s '\n'|grep -c "h2></h2")" -eq "0" ]; then
echo "iefp: incumprimento pode já não existir"; echo "iefp: incumprimento pode já não existir";
else else
echo "iefp: Incumprimento mantém-se, a actualizar o README (faça um git diff, valide, e commit!)"; echo "iefp: Incumprimento mantém-se, a actualizar o README (faça um git diff, valide, e commit!)";