Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non standard HTML5 tags #14

Open
alvaroveliz opened this issue Feb 26, 2015 · 1 comment
Open

Non standard HTML5 tags #14

alvaroveliz opened this issue Feb 26, 2015 · 1 comment
Assignees
Milestone

Comments

@alvaroveliz
Copy link
Owner

Se debe dar soporte a Tags que no están en el estándar HTML5.

Para esto se propone el uso de agregar el soporte a los siguientes data-tags:

  • data-header
  • data-footer

Estos dos data-tags reemplazarán el uso de <header> y <footer>.

El uso esperado del tag debe ser del siguiente modo:

<div data-header="">
  ...
</div>
<div data-footer="">
  ...
</div>
@juanbrujo
Copy link

propongo para esto utilizar comentarios HTML:

<!-- header -->
<!-- footer -->
<!-- sidebar -->

y asi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants