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

Possible error in document #24217

Open
ejgutierrez74 opened this issue Oct 24, 2024 · 0 comments
Open

Possible error in document #24217

ejgutierrez74 opened this issue Oct 24, 2024 · 0 comments
Labels
l10n-es Issues related to Spanish content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@ejgutierrez74
Copy link

MDN URL

https://developer.mozilla.org/es/docs/Web/API/Document_Object_Model/Examples

¿De qué sección específica o titular trata este problema?

No response

¿Qué información es incorrecta, inútil o incompleta?

ss = document.styleSheets;
for (i = 0; i < ss.length; i++) {
  for (j = 0; j < ss[0].cssRules.length; j++) {
    dump(ss[i].cssRules[j].selectorText + "\n");
  }
}

¿Qué esperaba ver?

ss = document.styleSheets;
for (i = 0; i < ss.length; i++) {
  for (j = 0; j < ss**[i].**cssRules.length; j++) {
    dump(ss[i].cssRules[j].selectorText + "\n");
  }
}

¿Tiene algún enlace de apoyo, referencias o citas?

No response

¿Tiene algo más que quiera compartir?

No response

MDN metadata

Page report details
@ejgutierrez74 ejgutierrez74 added l10n-es Issues related to Spanish content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-es Issues related to Spanish content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant