logo-greenscreen.svg

Excerpt from Safer Chemicals in the Supply Chain-Hewlett Packard: strong awareness

"The electronics company looks at regulatory and other drivers, such as green procurement and ecolabelling, for direction on safer chemicals. It then looks carefully at alternatives to substances of concern to ensure they really are better.

In assessing alternatives, the company has been using GreenScreen®, a methodology developed by NGO Clean Production Action for comparitive chemical hazard assesment since 2008.

Since then, it has assessed more than 160 substances, including all commercially-available non-halogentaed flame retardants and phlatate replacements."

Read the case study published on Chemical Watch

Share:

function externalLinks() { var current = location.hostname.replace(/^www\./, ""); // One reusable accessibility description for all external links var noticeId = "external-link-new-tab"; if (!document.getElementById(noticeId)) { var notice = document.createElement("span"); notice.id = noticeId; notice.className = "visually-hidden"; notice.textContent = "Opens in a new tab."; document.body.appendChild(notice); } document.querySelectorAll("a[href]").forEach(function (link) { var href = link.getAttribute("href"); if ( !href || href.indexOf("#") === 0 || /^(mailto:|tel:|javascript:)/i.test(href) || link.hasAttribute("download") ) {return;} var url; try { url = new URL(href, location.href); } catch (e) {return;} if (!/^https?:$/.test(url.protocol)) {return;} var destination = url.hostname.replace(/^www\./, ""); if (destination === current) {return;} // Allows an intentional same-window exception if ever needed. if ( link.getAttribute("target") === "_self" || link.hasAttribute("data-same-window") ) {return;} link.setAttribute("target", "_blank"); // Preserve any existing rel values. var rel = (link.getAttribute("rel") || "") .split(/\s+/) .filter(Boolean); if (!rel.includes("noopener")) {rel.push("noopener");} link.setAttribute("rel", rel.join(" ")); // Preserve any existing aria-describedby value. var describedBy = (link.getAttribute("aria-describedby") || "") .split(/\s+/) .filter(Boolean); if (!describedBy.includes(noticeId)) {describedBy.push(noticeId);} link.setAttribute("aria-describedby", describedBy.join(" ")); }); }